-
Notifications
You must be signed in to change notification settings - Fork 798
[CI][SYCL] Enable E2E testing for New Offloading Model #20634
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
base: sycl
Are you sure you want to change the base?
Conversation
|
Hi @aelovikov-intel @KornevNikita How does it look to you now? I have a final run of sycl-nightly here. https://github.com/intel/llvm/actions/runs/19935023822 |
| target_devices: level_zero:gpu | ||
| - name: Intel / Battlemage Graphics | ||
| runner: '["Linux", "bmg"]' | ||
| target_devices: level_zero_v1:gpu |
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.
Why explicit _v1?
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.
It was copied from origin E2E invocation. Frankly, I don't know the difference between level_zero_v1 and level_zero_v2.
Do you suggest not to use v1?
This patch has the following changes:
--param enable_new_offload_modelis added to SYCL E2E LIT test configuration