Skip to content

[NFC][SYCL] fix GPU AOT target devices in LIT #2391

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 1 commit into from
Aug 31, 2020

Conversation

vladimirlaz
Copy link
Contributor

@vladimirlaz vladimirlaz commented Aug 31, 2020

Build AOT code for all supported target devices to avoid misconfiguration.

@vladimirlaz vladimirlaz requested a review from a team as a code owner August 31, 2020 12:58
@vladimirlaz vladimirlaz requested a review from s-kanaev August 31, 2020 12:58
@romanovvlad romanovvlad merged commit 1202ccd into intel:sycl Aug 31, 2020
@vladimirlaz vladimirlaz deleted the fix_gpu_aot_target_device branch August 31, 2020 18:39
jsji pushed a commit that referenced this pull request Mar 7, 2024
The SPIR-V to LLVM conversion would bail out when encountering an
`OpVectorShuffle` whose vector operands differ in size.  SPIR-V
allows differing vector sizes, but LLVM's `shufflevector` does not.

Remove the assert and insert an additional `shufflevector` to align
the vector operands when needed.

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@3df5e38250a6d7c
Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
[L0 v2] fixes around eventsWait and eventsWaitWithBarrier
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