You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To update opencl-clang in IGC a newer SPIRV-Translator is needed.
This is currently not possible, since SPIRV-Translator removed writing
"const" kernel func arg qualifier to *.spv as NoWrite param,
since this was not correct with the SPIR-V spec.
A workaround has been created and this change
ports it from SPIRV-Translator to IGC's baked-in SPIRV-Reader:
https://github.com/KhronosGroup/SPIRV-LLVM-Translator/\
commit/835eb7e8696ab4ba764d6e1b4c2f3e2c4ddc0551
0 commit comments