Skip to content

[SYCL][NFC] Remove sampled_image_accessor and unsampled_image_accessor from test plan for free function kernels extension #19086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions sycl/test-e2e/FreeFunctionKernels/test-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,10 @@ as kernel parameter to free function kernel and use it within kernel.
A series of checks should be performed that we can pass `local_accessor`
as kernel parameter to free function kernel and use it within kernel.

#### Test structs that contain one of the following `accessor`, `local_accessor`, `sampled_image_accessor` or `unsampled_image_accessor` types when used as kernel parameter:
#### Test structs that contain either `accessor` or `local_accessor` when used as kernel parameter:
A series of checks should be performed that we can pass struct that contain
one of the following `accessor`, `local_accessor`, `sampled_image_accessor` or
`unsampled_image_accessor` types as kernel parameter to free function kernel
and use it within kernel.
either `accessor` or `local_accessor` as kernel parameters
to free function kernel and use it within kernel.

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