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 4c1bc51 commit be27e6bCopy full SHA for be27e6b
test/runtests.jl
@@ -51,7 +51,7 @@ istestfile(fn) = endswith(fn, ".jl") && !contains(fn, "setup")
51
CUDA.functional() || continue
52
@time include("cuda/tensors.jl")
53
elseif group == "amd"
54
- using AMDGPU
+ using AMDGPU
55
AMDGPU.functional() || continue
56
@time include("amd/tensors.jl")
57
elseif is_buildkite
0 commit comments