We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08eaf37 commit 5f924f2Copy full SHA for 5f924f2
1 file changed
test/mooncake/projections.jl
@@ -18,4 +18,8 @@ for T in (BLASFloats..., GenericFloats...)
18
TestSuite.test_mooncake_projections(T, (m, m); atol, rtol)
19
TestSuite.test_mooncake_projections(Diagonal{T, Vector{T}}, (m, m); atol, rtol)
20
end
21
+ if T ∈ BLASFloats && CUDA.functional()
22
+ TestSuite.test_mooncake_projections(CuMatrix{T}, (m, m); atol, rtol)
23
+ TestSuite.test_mooncake_projections(Diagonal{T, CuVector{T}}, (m, m); atol, rtol)
24
+ end
25
0 commit comments