Skip to content

Commit 493ac99

Browse files
authored
[SYCL][NFC] Remove sampled_image_accessor and unsampled_image_accessor from required testing items outlined in the test plan for free function kernels extension (#18994)
This PR removes `sampled_image_accessor` and `unsampled_image_accessor` from required testing items outlined in the test plan for free function kernels extension. It's is done because `sampled_image_accessor` and `unsampled_image_accessor` are not supported by any device and they're only supported by host.
1 parent 2532282 commit 493ac99

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sycl/test-e2e/FreeFunctionKernels/test-plan.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,6 @@ as kernel parameter to free function kernel and use it within kernel.
188188
A series of checks should be performed that we can pass `vec<T, NumElements>`
189189
as kernel parameter to free function kernel and use it within kernel.
190190

191-
#### Test `sampled_image_accessor` as kernel parameter:
192-
A series of checks should be performed that we can pass `sampled_image_accessor`
193-
as kernel parameter to free function kernel and use it within kernel.
194-
195-
#### Test `unsampled_image_accessor` as kernel parameter:
196-
A series of checks should be performed that we can pass
197-
`unsampled_image_accessor` as kernel parameter to free function kernel and
198-
use it within kernel.
199-
200191
#### Test `local_accessor` as kernel parameter:
201192
A series of checks should be performed that we can pass `local_accessor`
202193
as kernel parameter to free function kernel and use it within kernel.

0 commit comments

Comments
 (0)