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 77662ee commit e5cd575Copy full SHA for e5cd575
1 file changed
test/runtests.jl
@@ -19,5 +19,10 @@ runtests(GPUCompiler; nworkers=min(Sys.CPU_THREADS,4), nworker_threads=1,
19
end
20
21
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
+
27
true
28
0 commit comments