-
Notifications
You must be signed in to change notification settings - Fork 64
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
10.0.0-2 fails to compile against SPIRV-LLVM-Translator 10.0.0 #148
Comments
There is a newer upstream release, 10.0.0-2, but as of 2020-06-19 that version fails to build against any official releases of spirv-llvm-translator. See intel/opencl-clang#148 for details. Signed-off-by: Marek Szuba <[email protected]>
There is a newer upstream release, 10.0.0-2, but as of 2020-06-19 that version fails to build against any official releases of spirv-llvm-translator. See intel/opencl-clang#148 for details. Signed-off-by: Marek Szuba <[email protected]>
@tgurr I'm running into the same problem... How did you deal with this? It seems like |
@boegel since there's not a proper new release of SPIRV-LLVM-Translator we're still at opencl-clang 10.0.0-1. I was quite busy so I haven't had time to update our compute-runtime yet, we're currently at 20.23.16988. Does the new compute-runtime fail to compile or on runtime? I've the impression that the versions are just a snapshot of what is current, but usually it works with older ones and/or stable releases. However my tests are very limited, I just run clinfo and clpeak to verify basic operation when bumping the packages. The whole situation with relying on git revisions instead of having proper dependencies and checks in the build system and proper releases for the components involved is a major pain in the a... and can even be extended to more software like shaderc, glslang, vulkan, ... |
@boegel I've just bumped our packages for compute-runtime 20.25.17111 and it compiled fine against spirv-llvm-translator 10.0.0 and opencl-clang 10.0.0-1 and also seem to work fine on runtime. https://git.exherbo.org/hardware.git/tree/packages/dev-util/spirv-llvm-translator/spirv-llvm-translator-10.0.0.exheres-0 Maybe you can spot something in our build scripts that will be of any use for you as we also have to apply some workarounds. |
This issue is over 2 years old. I assume it can be closed? |
Fine for me, closing. |
SPIRV-LLVM-Translator 10.0.0 is the latest released version which is missing KhronosGroup/SPIRV-LLVM-Translator@d9063e9.
The text was updated successfully, but these errors were encountered: