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 57b2fe3 commit 0f94105Copy full SHA for 0f94105
.buildkite/pipeline.yml
@@ -45,7 +45,7 @@ steps:
45
rocmgpu: "*"
46
if: build.message !~ /\[skip tests\]/
47
command: "julia --project -e 'using Pkg; Pkg.update()'"
48
- timeout_in_minutes: 30
+ timeout_in_minutes: 50
49
env:
50
JULIA_NUM_THREADS: 4
51
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
@@ -62,7 +62,7 @@ steps:
62
agents:
63
queue: "juliagpu"
64
rocm: "*"
65
- rocmgpu: "gfx1100,gfx1101"
+ rocmgpu: "*"
66
67
68
timeout_in_minutes: 50
@@ -85,7 +85,7 @@ steps:
85
86
87
88
89
90
91
0 commit comments