We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e7154 commit cdc4995Copy full SHA for cdc4995
1 file changed
DifferentiationInterface/test/GPU/CUDA/simple.jl
@@ -20,5 +20,5 @@ end
20
x = CuVector(rand(Float32, 3))
21
backend = DI.AutoSimpleFiniteDiff()
22
J = jacobian(identity, backend, x)
23
- @test J == I
+ @test (J .!= 0) == I
24
end
0 commit comments