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 4ccfafc commit 7847286Copy full SHA for 7847286
.buildkite/pipeline.yml
@@ -10,7 +10,7 @@ steps:
10
# dirs:
11
# - src
12
# - ext
13
- command: julia --project=test/ext --eval='include("cuda.jl")'
+ command: julia --project=test/ext --eval='include("test/ext/cuda.jl")'
14
agents:
15
queue: "juliagpu"
16
cuda: "*"
0 commit comments