We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907054f commit 6c688b7Copy full SHA for 6c688b7
third_party/intel/cmake/FindSPIRVToLLVMTranslator.cmake
@@ -13,7 +13,7 @@ if (NOT SPIRVToLLVMTranslator_FOUND)
13
# Strip the potential trailing newline from tag
14
string(STRIP "${SPIRVToLLVMTranslator_TAG}" SPIRVToLLVMTranslator_TAG)
15
FetchContent_Declare(spirv-llvm-translator
16
- GIT_REPOSITORY https://github.com/whitneywhtsang/SPIRV-LLVM-Translator.git
+ GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git
17
GIT_TAG ${SPIRVToLLVMTranslator_TAG}
18
SOURCE_DIR ${SPIRVToLLVMTranslator_SOURCE_DIR}
19
)
0 commit comments