Skip to content
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

[SYCL][ESIMD][E2E] Run aot_mixed.cpp only on Gen12 for now #12630

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

sarnex
Copy link
Contributor

@sarnex sarnex commented Feb 6, 2024

If we pass %gpu_aot_target_opt that compiles for all GPUs and we hit an ocloc bug when compiling for xe-lpgplus-a0 in the new driver. This is blocking driver uplift. I will make an internal ticket for the IGC team.

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
@sarnex sarnex marked this pull request as ready for review February 6, 2024 19:17
@sarnex sarnex requested a review from a team as a code owner February 6, 2024 19:17
// REQUIRES: ocloc
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -o %t.sycl.out -DENABLE_SYCL=0 %s
// TODO: Enable on other GPUs once internal ticket is fixed
// REQUIRES: ocloc && gpu-intel-gen12
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI: I don't think we set gpu-intel-gen12 in public CI anywhere, so it will likely disable the test completely there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@aelovikov-intel I'm trying to fix that in #12627 :)

@sarnex sarnex merged commit 95086a2 into intel:sycl Feb 6, 2024
12 checks passed
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