-
Notifications
You must be signed in to change notification settings - Fork 750
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
[SYCL][Bindless][E2E] Enable 3-channel image test for Intel GPUs #16537
base: sycl
Are you sure you want to change the base?
[SYCL][Bindless][E2E] Enable 3-channel image test for Intel GPUs #16537
Conversation
@przemektmalon could you please update test to use ushort format like in following diff
Intel GPU currently only supports ushort and uchar format for 3-channels. |
|
Indeed, good catch. Updated to use @wenju-he Does this mean the kernel code requires change as well? I.e. when calling If the Intel driver returns a 6-byte length type, then we might need to use a custom |
This patch enables the 3-channel image E2E test on Intel GPUs.