Skip to content

[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

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
9 changes: 0 additions & 9 deletions sycl/test-e2e/FreeFunctionKernels/test-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,6 @@ as kernel parameter to free function kernel and use it within kernel.
A series of checks should be performed that we can pass `vec<T, NumElements>`
as kernel parameter to free function kernel and use it within kernel.

#### Test `sampled_image_accessor` as kernel parameter:
A series of checks should be performed that we can pass `sampled_image_accessor`
as kernel parameter to free function kernel and use it within kernel.

#### Test `unsampled_image_accessor` as kernel parameter:
A series of checks should be performed that we can pass
`unsampled_image_accessor` as kernel parameter to free function kernel and
use it within kernel.

#### Test `local_accessor` as kernel parameter:
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.
Expand Down