Skip to content

Commit d7caf58

Browse files
committed
Use parent not CuMatrix
1 parent fff98f6 commit d7caf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libraries/cusolver/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,6 @@ end
954954
@test Array(func(d_Ah)) func(Ah)
955955
end
956956
@testset for func in (cbrt,) # have to dispatch explicitly
957-
@test Array(CuMatrix(func(Hermitian(d_Ah)))) func(Hermitian(Ah))
957+
@test Array(parent(func(Hermitian(d_Ah)))) func(Hermitian(Ah))
958958
end
959959
end

0 commit comments

Comments
 (0)