-
Notifications
You must be signed in to change notification settings - Fork 797
[SYCL] Use default L0 adapter in tests when level_zero:gpu is specified #19627
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
Conversation
884b266
to
2c6f12a
Compare
To force use of legacy or v2 adapter the following target_devices can be used: - level_zero_v1:gpu for the legacy adapter - level_zero_v2:gpu for the v2 adapter
2c6f12a
to
12ebd9e
Compare
835caf6
to
4e84870
Compare
4e84870
to
93ffd1d
Compare
@intel/dpcpp-devops-reviewers @intel/llvm-reviewers-runtime could you please take a look? |
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. @sarnex , do you mind taking another look at this too?
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 minor q
To force use of legacy or v2 adapter the following target_devices can be used: