Skip to content

Commit 484b327

Browse files
committed
fix cuda test
1 parent fedda94 commit 484b327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cuda/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using MatrixAlgebraKit
22
using MatrixAlgebraKit: diagview
3-
using LinearAlgebra: Diagonal, isposdef, opnorm
3+
using LinearAlgebra: Diagonal, isposdef, norm, opnorm
44
using Test
55
using TestExtras
66
using StableRNGs

0 commit comments

Comments
 (0)