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 0854fa0 commit 78da8c6Copy full SHA for 78da8c6
.buildkite/pipeline.yml
@@ -67,8 +67,7 @@ steps:
67
println("--- :julia: Installing AMDGPU.jl")
68
withenv("JULIA_PKG_PRECOMPILE_AUTO" => 0,
69
"JULIA_PKG_DEVDIR" => devdir) do
70
- # Pkg.develop("AMDGPU")
71
- Pkg.add(url="https://github.com/JuliaGPU/AMDGPU.jl", rev="lr/gpuarrays")
+ Pkg.develop("AMDGPU")
72
Pkg.activate(package)
73
74
try
0 commit comments