Skip to content

[SYCL][E2E][CI] Disable std_array.cpp at CI level #18545

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

Merged
merged 3 commits into from
May 19, 2025
Merged

Conversation

aelovikov-intel
Copy link
Contributor

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.
@aelovikov-intel
Copy link
Contributor Author

aelovikov-intel commented May 19, 2025

Running post-commit in https://github.com/intel/llvm/actions/runs/15119737545

@aelovikov-intel aelovikov-intel requested a review from ianayl May 19, 2025 16:32
@@ -120,6 +120,8 @@ jobs:
target_devices: "level_zero:gpu"
sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }}
cxx: icx
# https://github.com/intel/llvm/issues/18458
env: "{'LIT_FILTER_OUT':'std_array.cpp'}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, in the future we could consider adding a oneapi lit feature or something so we could detect it inside lit, for one test its not worth it tho.

@aelovikov-intel
Copy link
Contributor Author

image
Whoops, that was too early, I confused another post commit job with testing this.

Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming postcommit passes lgtm to merge from my side

@aelovikov-intel aelovikov-intel merged commit 01e67f8 into sycl May 19, 2025
39 of 42 checks passed
@aelovikov-intel aelovikov-intel deleted the std_array-ci branch May 19, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants