-
Notifications
You must be signed in to change notification settings - Fork 116
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
[Bindless][Exp] Update device_info enum elements and update Level Zero and CUDA backend device_info supported features #1795
Conversation
cd5e42a
to
14a0d79
Compare
Corresponding UR PR: intel/llvm#14323 |
14a0d79
to
81cdd93
Compare
Friendly ping @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-level-zero-write @steffenlarsen |
Friendly ping @oneapi-src/unified-runtime-level-zero-write. Need approval. |
b967785
to
9c3f748
Compare
Another friendly ping for @oneapi-src/unified-runtime-level-zero-write to review |
Done. I was too quick to add "ready to merge". Please make sure the CI passes. I restarted it just now, but if it fails, please investigate why. |
9c3f748
to
b9c5b55
Compare
Thanks! I have rebased this PR. Likely all the failures are due to the newish end to end tests that pull the head of the sycl DPC++ branch instead of the coresponding DPC++ PR linked that is causing issues. Will double check once CI finished again. |
I have taken a look at the failing tests and a few of the end to end tests are failing because it pulls the head of the DPC++ sycl branch instead of the one linked to this PR and so compiling fails as it tried to use enum values that were removed. |
89cbc7a
to
26ed281
Compare
…o and CUDA backend device_info supported features Add support to query if a device supports image arrays, unique addressing per dimension and support for sampling 1D/2D usm images. Remove export semaphore, export image memory and fetch 3D usm image aspects as they are not supported on any backend. Update Level Zero and CUDA backend device_info supported features.
26ed281
to
40902ec
Compare
Add support to query if a device supports image arrays, unique addressing per dimension and support for sampling 1D/2D usm images.
Remove export semaphore, export image memory and fetch 3D usm image aspects as they are not supported on any backend.
Update Level Zero and CUDA backend device_info supported features.