-
Notifications
You must be signed in to change notification settings - Fork 124
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
Enable the registry of level_zero_v2 #2571
base: main
Are you sure you want to change the base?
Enable the registry of level_zero_v2 #2571
Conversation
The issue with this is that SYCL will now see every L0 device twice, so applications would have to be able to select one or the other. @igchor ping |
5568592
to
6a790d4
Compare
6a790d4
to
bbf7e01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, although long-term I think we should think how we can achieve the same thing using ONEAPI_DEVICE_SELECTOR
.
The implementation in UR is not currently functional, unfortunately. |
I've taken the ready to merge tag off this, add it back again when intel/llvm#16656 is approved. |
58ccaa9
to
765d4fd
Compare
765d4fd
to
5ce773d
Compare
This PR enable us to register level_zero_v2 in the list of UR adapters, so it could be used with dpc++.