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 24035f0 commit a16b3c6Copy full SHA for a16b3c6
.github/workflows/ci-tk.yaml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
fail-fast: false
41
matrix:
42
- runs-on: [linux-mi300-1gpu-ossci-iree-org]
+ runs-on: [linux-mi325-1gpu-ossci-iree-org]
43
runs-on: ${{matrix.runs-on}}
44
timeout-minutes: 240 # Building LLVM can take multiple hours on public GH runners
45
steps:
@@ -112,7 +112,7 @@ jobs:
112
113
114
version: [3.11]
115
- os: [ubuntu-22.04, linux-mi300-1gpu-ossci-iree-org, nodai-amdgpu-mi250-x86-64]
+ os: [ubuntu-22.04, linux-mi325-1gpu-ossci-iree-org, nodai-amdgpu-mi250-x86-64]
116
runs-on: ${{matrix.os}}
117
timeout-minutes: 60
118
needs: build_llvm_linux
0 commit comments