Skip to content

Commit

Permalink
CI-clvk: compile with SPIRV_IL OFF (#1338)
Browse files Browse the repository at this point in the history
It will avoid breakage when LLVM-SPIRV-TRANSLATOR from clvk does not
match the llvm version in clspv
  • Loading branch information
rjodinchr authored Apr 23, 2024
1 parent ff5d4a8 commit 118d65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kokoro/scripts/linux/build-clvk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ cmake -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 -GNinja -DCMAKE_BUILD_TYPE=$
-DCLVK_CLSPV_ONLINE_COMPILER=ON -DCLSPV_SOURCE_DIR="$SRC" \
-DCLVK_ENABLE_ASSERTIONS=ON \
-DCLVK_VULKAN_IMPLEMENTATION=custom -DVulkan_INCLUDE_DIRS=${VULKAN_HEADERS_SRC}/include -DVulkan_LIBRARIES="$VULKAN_LOADER_BUILD/loader/libvulkan.so" \
-DCLVK_ENABLE_SPIRV_IL=OFF \
"$CLVK_SRC"
ninja
echo $(date): Clvk build completed.
Expand Down

0 comments on commit 118d65e

Please sign in to comment.