Skip to content

Commit 2709ba7

Browse files
authored
Update runtests.jl
1 parent 35c17f7 commit 2709ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ end
118118
end
119119
if Sys.isapple()
120120
# support for AMDGPU and NVTX on macOS has been removed from Julia's LLVM build
121-
append!(skip_tests, ["ptx", "gcn"])
121+
append!(skip_tests, ["gcn"])
122122
end
123123
if !(SPIRV_LLVM_Translator_unified_jll.is_available() && SPIRV_Tools_jll.is_available())
124124
# SPIRV needs it's tools to be available

0 commit comments

Comments
 (0)