You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][NFC] Remove sampled_image_accessor and unsampled_image_accessor from test plan for free function kernels extension (#19086)
This PR removes `sampled_image_accessor` and unsampled_image_accessor
from planned test regarding structs that containing special types such
as `accessor` and `local_accessor`.
It's fix because it was not removed in previous PR:
#18994
---------
Co-authored-by: Steffen Larsen <[email protected]>
Copy file name to clipboardExpand all lines: sycl/test-e2e/FreeFunctionKernels/test-plan.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -192,11 +192,10 @@ as kernel parameter to free function kernel and use it within kernel.
192
192
A series of checks should be performed that we can pass `local_accessor`
193
193
as kernel parameter to free function kernel and use it within kernel.
194
194
195
-
#### Test structs that contain one of the following `accessor`, `local_accessor`, `sampled_image_accessor`or `unsampled_image_accessor` types when used as kernel parameter:
195
+
#### Test structs that contain either `accessor`or `local_accessor` when used as kernel parameter:
196
196
A series of checks should be performed that we can pass struct that contain
197
-
one of the following `accessor`, `local_accessor`, `sampled_image_accessor` or
198
-
`unsampled_image_accessor` types as kernel parameter to free function kernel
199
-
and use it within kernel.
197
+
either `accessor` or `local_accessor` as kernel parameters
198
+
to free function kernel and use it within kernel.
200
199
201
200
#### Test `struct` defined at namespace scope as kernel parameter:
202
201
A series of checks should be performed that we can pass `struct` as kernel
0 commit comments