We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edc2ac commit 5cc50e9Copy full SHA for 5cc50e9
test/functors.jl
@@ -1,6 +1,6 @@
1
x = rand(Float32, 10, 10)
2
if gpu_device() isa CPUDevice
3
- @test x === gpu(x)
+ @test x == gpu(x)
4
end
5
6
dev = Flux.cpu_device()
0 commit comments