From 18a48840cbfc210e541663b95301db9594dbe277 Mon Sep 17 00:00:00 2001 From: CarloLucibello Date: Sat, 7 Dec 2024 14:38:59 +0100 Subject: [PATCH] test --- test/functors.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functors.jl b/test/functors.jl index 111da50ea8..d1a8427931 100644 --- a/test/functors.jl +++ b/test/functors.jl @@ -1,6 +1,6 @@ x = rand(Float32, 10, 10) if gpu_device() isa CPUDevice - @test x === gpu(x) + @test x == gpu(x) end dev = Flux.cpu_device()