-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Graph] Fix E2E test problems with preview/build-only mode #19178
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
Bensuo
commented
Jun 26, 2025
- Fix incorrect REQUIRE in NativeCommand/invalid.cpp causing issues in build-only mode
- Fix setting dynamic parameter args in preview mode not passing the raw impl ptr
- Fix incorrect REQUIRE in NativeCommand/invalid.cpp - Fix setting dynamic parameter args in preview mode not passing the raw impl ptr
Co-authored-by: Ewan Crawford <[email protected]>
Ping @intel/llvm-reviewers-runtime would appreciate a review on this, thanks! |
|
||
// XFAIL: preview-mode | ||
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18911 | ||
// REQUIRES: target-nvidia, cuda_dev_kit |
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.
Do we really need cuda_dev_kit
feature for this test? I don't see CUDA SDK headers/library being used in this test.
Also, just out of curiosity, what's the difference between REQUIRES: target-nvidia
vs. REQUIRES: cuda
LIT feature? IIRC, we no longer support targeting NVidia GPUs via HIP/ROCm, so REQUIRES: target-nvidia
and REQUIRES: cuda
should be identical?