-
Notifications
You must be signed in to change notification settings - Fork 770
Basic/std_array.cpp failing on Windows GEN12 post commit #18458
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
Comments
Failure introduced by intel#18400 and tracked in intel#18458.
Post-commit failure introduced by intel#18400 and tracked in intel#18458.
Since this doesn't fail in pre-commit it must be something to do with the post-commit config. |
Reproducer:
Compiling with clang-cl -fsycl reproducer.cpp /MDd in 2025.1 oneapi environment and running resulting executable results in 0xc0000005 NTSTATUS error. .... Still need to fix the issue though 😅 But it does mean the issue is unrelated to changes from #18400. |
What happens is llvm/sycl/ur_win_proxy_loader/ur_win_proxy_loader.cpp Lines 155 to 160 in 372526e
prohibits libmmd.dll from being loaded when trying to load ur_loader.dll .
Looking into how to fix our CI, but there is no user-visible bug here. |
The issue is specific to the post-commit CI using OneAPI compiler to build SYCL RT (see #18458). Ideally, we'd like to use `/Qno-intel-lib` during such build but OneAPI seems to have a bug related to that (reported internally). It will take an official release for it to reach this CI even after it's implemented, so we need to disable the test on that specific configuration only for the time being.
The issue is specific to the post-commit CI using OneAPI compiler to build SYCL RT (see #18458). Ideally, we'd like to use `/Qno-intel-lib` during such build but OneAPI seems to have a bug related to that (reported internally). It will take an official release for it to reach this CI even after it's implemented, so we need to disable the test on that specific configuration only for the time being.
As noted by @sarnex in this comment on #18400:
@ianayl @aelovikov-intel It looks like the
std::array
test is failing in Gen12 Win postcommit after this PR, can you take a look? Thxhttps://github.com/intel/llvm/actions/runs/14999424550/job/42152662548
The text was updated successfully, but these errors were encountered: