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 eecd77a commit 57b2fe3Copy full SHA for 57b2fe3
.buildkite/pipeline.yml
@@ -62,10 +62,10 @@ steps:
62
agents:
63
queue: "juliagpu"
64
rocm: "*"
65
- rocmgpu: "*"
+ rocmgpu: "gfx1100,gfx1101"
66
if: build.message !~ /\[skip tests\]/
67
command: "julia --project -e 'using Pkg; Pkg.update()'"
68
- timeout_in_minutes: 30
+ timeout_in_minutes: 50
69
env:
70
JULIA_NUM_THREADS: 4
71
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
0 commit comments