We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c17f7 commit 2709ba7Copy full SHA for 2709ba7
test/runtests.jl
@@ -118,7 +118,7 @@ end
118
end
119
if Sys.isapple()
120
# support for AMDGPU and NVTX on macOS has been removed from Julia's LLVM build
121
- append!(skip_tests, ["ptx", "gcn"])
+ append!(skip_tests, ["gcn"])
122
123
if !(SPIRV_LLVM_Translator_unified_jll.is_available() && SPIRV_Tools_jll.is_available())
124
# SPIRV needs it's tools to be available
0 commit comments