Skip to content

[SYCL] Implement sycl_ext_intel_device_architecture for AOT #7008

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

Conversation

dm-vodopyanov
Copy link
Contributor

@dm-vodopyanov dm-vodopyanov commented Oct 10, 2022

@dm-vodopyanov
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1322

@dm-vodopyanov dm-vodopyanov marked this pull request as ready for review October 12, 2022 15:34
@dm-vodopyanov dm-vodopyanov requested a review from a team as a code owner October 12, 2022 15:34
@dm-vodopyanov
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1322

Copy link
Contributor

@sergey-semenov sergey-semenov left a comment

Choose a reason for hiding this comment

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

LGTM, assuming Andrei's remaining comments are applied in a separate PR

Copy link
Contributor

@steffenlarsen steffenlarsen left a comment

Choose a reason for hiding this comment

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

LGTM!

fnTrue(args...);
return if_architecture_helper<false>{};
} else {
(void)fnTrue;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
(void)fnTrue;
std::ignore = fnTrue;

Nit; just to be a little more modern.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, thanks! Will change it in another patch

@dm-vodopyanov dm-vodopyanov merged commit 0e32a28 into intel:sycl Oct 21, 2022
@pvchupin
Copy link
Contributor

@dm-vodopyanov, there is post commit issue on windows, can you have a look? https://github.com/intel/llvm/actions/runs/3298798512/jobs/5441377909

dm-vodopyanov added a commit to dm-vodopyanov/llvm that referenced this pull request Oct 24, 2022
steffenlarsen pushed a commit that referenced this pull request Oct 24, 2022
dm-vodopyanov added a commit to intel/llvm-test-suite that referenced this pull request Oct 26, 2022
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
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.

8 participants