From 11e472701e9461227b8a28e88d548c62407987d6 Mon Sep 17 00:00:00 2001 From: Niklas Hackelberg Date: Mon, 14 Oct 2024 11:50:43 +0200 Subject: [PATCH] Update test/gpu/metal.jl Co-authored-by: Dominique --- test/gpu/metal.jl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/gpu/metal.jl b/test/gpu/metal.jl index 7b9a08a0..a921eab9 100644 --- a/test/gpu/metal.jl +++ b/test/gpu/metal.jl @@ -1,3 +1,2 @@ -if Sys.isapple() && occursin("arm64", Sys.MACHINE) - test_S_kwarg(arrayType = MtlArray, notMetal = false) -end \ No newline at end of file +using Metal +test_S_kwarg(arrayType = MtlArray, notMetal = false) \ No newline at end of file