Skip to content

Commit 31fc602

Browse files
authored
Enable CUDA and ROCm backends in ci_linux_x64_clang.yml. (#19883)
These backends default to disabled, so enable them on this CI config. The backends are already tested in other jobs too. I hoped this might help spot issues like #19875, but it doesn't seem that way. | | Before | After | -- | -- | -- Logs | [logs here](https://github.com/iree-org/iree/actions/runs/13118302608/job/36597989009) | [logs here](https://github.com/iree-org/iree/actions/runs/13118149869/job/36597451528?pr=19883) Number of build targets | 8442 | 8715 Number of `iree-test-deps` targets | 1067 | 1336 Number of tests | 1538 | 1552 ci-exactly: linux_x64_clang
1 parent 458efb4 commit 31fc602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_linux_x64_clang.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
-DIREE_ENABLE_LLD=ON \
4444
-DIREE_ENABLE_ASSERTIONS=ON \
4545
-DIREE_BUILD_DOCS=ON \
46+
-DIREE_TARGET_BACKEND_CUDA=ON \
47+
-DIREE_TARGET_BACKEND_ROCM=ON \
4648
-DIREE_TARGET_BACKEND_WEBGPU_SPIRV=ON
4749
- name: CMake - build
4850
run: |

0 commit comments

Comments
 (0)