Skip to content

Commit

Permalink
Don't test AMDGPU and NVIDIA support on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Oct 30, 2023
1 parent 77662ee commit e5cd575
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ runtests(GPUCompiler; nworkers=min(Sys.CPU_THREADS,4), nworker_threads=1,
end
end

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

true
end

0 comments on commit e5cd575

Please sign in to comment.