Skip to content

[SYCL][ESIMD] Temp w/a for ESIMD BE: filter out @llvm.assume. #3459

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
Apr 1, 2021

Conversation

kbobrovs
Copy link
Contributor

@kbobrovs kbobrovs commented Apr 1, 2021

ESIMD BE does not support @llvm.assume, which is generated when -fsycl-id-queries-fit-in-int is in effect.
This problem blocks #3427.
This patch works around this problem until ESIMD BE supports @llvm.assume.

Signed-off-by: Konstantin S Bobrovsky konstantin.s.bobrovsky@intel.com

@kbobrovs
Copy link
Contributor Author

kbobrovs commented Apr 1, 2021

The failure is esimd/vadd.cpp. #3460 fixes the test.

Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
@kbobrovs
Copy link
Contributor Author

kbobrovs commented Apr 1, 2021

@DenisBakhvalov - please review at your earliest convenience.

@kbobrovs kbobrovs merged commit ad86c34 into intel:sycl Apr 1, 2021
@kbobrovs kbobrovs deleted the filt-llvm-assume branch November 25, 2021 05:17
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.

2 participants