From add71d1562bb67f6202767c67b8f80a765654add Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Wed, 25 Dec 2024 23:23:59 -0500 Subject: [PATCH] fh --- test/setup.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup.jl b/test/setup.jl index 421ef6dc..2d1ed095 100644 --- a/test/setup.jl +++ b/test/setup.jl @@ -21,7 +21,7 @@ else # if Sys.isapple() end end -Metal.functional() || error("Metal.jl is not functional on this system") +# Metal.functional() || error("Metal.jl is not functional on this system") # GPUArrays has a testsuite that isn't part of the main package. # Include it directly.