Skip to content

Commit 28e45e5

Browse files
[mlir][spv] Enable spirv-tests CI to run for mlir-spv target tests
Signed-off-by: Davide Grohmann <[email protected]> Change-Id: Ied323152e36b95d6f21ed7d4ce4f5f813f280f17
1 parent e0df5f8 commit 28e45e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spirv-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Test SPIR-V
2424
uses: ./.github/workflows/llvm-project-tests.yml
2525
with:
26-
build_target: check-llvm-codegen-spirv
26+
build_target: check-llvm-codegen-spirv check-mlir
2727
projects:
28-
extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
28+
extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="X86;SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
2929
os_list: '["ubuntu-24.04"]'

0 commit comments

Comments
 (0)