Skip to content

Commit 53cfc90

Browse files
[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]>
1 parent 1e63e24 commit 53cfc90

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,10 @@ as kernel parameter to free function kernel and use it within kernel.
192192
A series of checks should be performed that we can pass `local_accessor`
193193
as kernel parameter to free function kernel and use it within kernel.
194194

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:
196196
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.
200199

201200
#### Test `struct` defined at namespace scope as kernel parameter:
202201
A series of checks should be performed that we can pass `struct` as kernel

0 commit comments

Comments
 (0)