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 2421e81 commit c27631eCopy full SHA for c27631e
test/testsuite/mooncake.jl
@@ -161,7 +161,7 @@ function test_mooncake(T::Type, sz; kwargs...)
161
test_mooncake_lq(T, sz; kwargs...)
162
if length(sz) == 1 || sz[1] == sz[2]
163
test_mooncake_eig(T, sz; kwargs...)
164
- T <: Number && test_mooncake_eigh(T, sz; kwargs...) # needs Mooncake fix for CUDA
+ test_mooncake_eigh(T, sz; kwargs...)
165
end
166
test_mooncake_svd(T, sz; kwargs...)
167
test_mooncake_polar(T, sz; kwargs...)
0 commit comments