We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bffd3 commit 7c7a304Copy full SHA for 7c7a304
1 file changed
test/runtests.jl
@@ -52,7 +52,7 @@ istestfile(fn) = endswith(fn, ".jl") && !contains(fn, "setup")
52
@time include("cuda/tensors.jl")
53
@time include("cuda/factorizations.jl")
54
elseif group == "amd"
55
- using AMDGPU
+ using AMDGPU
56
AMDGPU.functional() || continue
57
@time include("amd/tensors.jl")
58
elseif is_buildkite
0 commit comments