Skip to content

Commit e5cd575

Browse files
committed
Don't test AMDGPU and NVIDIA support on macOS.
1 parent 77662ee commit e5cd575

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@ runtests(GPUCompiler; nworkers=min(Sys.CPU_THREADS,4), nworker_threads=1,
1919
end
2020
end
2121

22+
if ti.name in ["PTX", "GCN"] && Sys.isapple() && VERSION >= v"1.10-"
23+
# support for AMDGPU and NVTX on macOS has been removed from Julia's LLVM build
24+
return false
25+
end
26+
2227
true
2328
end

0 commit comments

Comments
 (0)