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 5a19bdb commit 89e3f19Copy full SHA for 89e3f19
.buildkite/pipeline.yml
@@ -10,7 +10,7 @@ steps:
10
# dirs:
11
# - src
12
# - ext
13
- command: julia --eval='println("Current directory: ", pwd()); println("Files in directory: ", readdir()); include("test/ext/cuda.jl")'
+ command: julia --eval='println(pwd()); println(readdir()); include("test/ext/CUDA/cuda.jl")'
14
agents:
15
queue: "juliagpu"
16
cuda: "*"
0 commit comments