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 e0df5f8 commit 28e45e5Copy full SHA for 28e45e5
.github/workflows/spirv-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Test SPIR-V
24
uses: ./.github/workflows/llvm-project-tests.yml
25
with:
26
- build_target: check-llvm-codegen-spirv
+ build_target: check-llvm-codegen-spirv check-mlir
27
projects:
28
- extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
+ extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="X86;SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
29
os_list: '["ubuntu-24.04"]'
0 commit comments