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][Bindless] Fix Grad flag #12729

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

Naghasan
Copy link
Contributor

Grad flag was set to 0x3 (meaning Lod + Bias) instead of 0x4.
See https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#Image_Operands

Grad flag was set to 0x3 (meaning Lod + Bias) instead of 0x4
see https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#Image_Operands

Signed-off-by: Victor Lomuller <victor@codeplay.com>
@Naghasan Naghasan marked this pull request as ready for review February 19, 2024 11:20
@Naghasan Naghasan requested a review from a team as a code owner February 19, 2024 11:20
@Naghasan
Copy link
Contributor Author

@intel/llvm-gatekeepers can we this merge please ? thanks

@steffenlarsen steffenlarsen merged commit f614781 into intel:sycl Feb 19, 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.

4 participants