Skip to content

[SPIR-V][OpaquePointers] Temporary workaround for IGC issue. #10407

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
Jul 18, 2023

Conversation

jcranmer-intel
Copy link
Contributor

IGC has some issues with reverse translation of SPIR-V builtins resulting from code compiled with opaque pointers enabled. To enable opaque pointers to be enabled for offloaded code before the new driver version is propagated to CI, this change is temporarily necessary to ensure we have test coverage.

IGC has some issues with reverse translation of SPIR-V builtins
resulting from code compiled with opaque pointers enabled. To enable
opaque pointers to be enabled for offloaded code before the new driver
version is propagated to CI, this change is temporarily necessary
to ensure we have test coverage.
@jcranmer-intel jcranmer-intel requested a review from a team as a code owner July 14, 2023 22:10
@jcranmer-intel jcranmer-intel requested a review from bader July 14, 2023 22:10
@jcranmer-intel jcranmer-intel temporarily deployed to aws July 14, 2023 22:28 — with GitHub Actions Inactive
Copy link
Contributor

@bader bader left a comment

Choose a reason for hiding this comment

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

LGTM.
It a bit concerning that we apply this work-around unconditionally and may affect non-GPU devices, but I hope IGC team will fix this issue soon and we remove this work-around. Probably it's a good idea to add some test to detect if the issue is fixed on GPU, so we get a notification that this workaround is not needed anymore.

@jcranmer-intel jcranmer-intel temporarily deployed to aws July 15, 2023 00:50 — with GitHub Actions Inactive
@bader bader merged commit aaa2e13 into intel:sycl Jul 18, 2023
vmaksimo added a commit that referenced this pull request Jan 10, 2025
ldrumm pushed a commit that referenced this pull request Jan 14, 2025
…10407)" (#16586)

This reverts commit aaa2e13.

As it was a workaround, and the GPU drivers are updated in CI now, we can safely remove it to align back the translator's code base to Khronos.
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