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
{{ message }}
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.
Currently we have copy of spirv.hpp file that defines opcodes of SPIR-V instructions. Khronos now provides the latest official version of this header file in the separate repository.
We should integrate Khronos headers into our build process, so we can use the latest version in llvm and clang projects, since the version we are using at the moment is already outdated.
To be able to use the 1.0 rev 4 version, and by extension 1.1, the current code needs to drop its usage of OpForward and LinkageTypeInternal, or regenerate the official headers to add those removed enum values.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we have copy of spirv.hpp file that defines opcodes of SPIR-V instructions. Khronos now provides the latest official version of this header file in the separate repository.
We should integrate Khronos headers into our build process, so we can use the latest version in llvm and clang projects, since the version we are using at the moment is already outdated.
https://github.com/KhronosGroup/SPIRV-Headers
The text was updated successfully, but these errors were encountered: