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 142eefd commit 92d2041Copy full SHA for 92d2041
test/linalg.jl
@@ -25,7 +25,7 @@ if MPS.is_supported(device())
25
mtl_view_c = mtl_view_a * mtl_view_b
26
view_c = view_a * view_b
27
28
- @test Array(mtl_view_c) == view_c
+ @test Array(mtl_view_c) ≈ view_c
29
end
30
31
using Metal: storagemode
0 commit comments