Skip to content

Commit 3f6740c

Browse files
committed
Fix typos
1 parent 13927ed commit 3f6740c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ext/MatrixAlgebraKitCUDAExt/MatrixAlgebraKitCUDAExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using MatrixAlgebraKit: default_qr_algorithm, default_lq_algorithm, default_svd_
99
import MatrixAlgebraKit: geqrf!, ungqr!, unmqr!, gesvd!, gesvdp!, gesvdr!, gesvdj!
1010
import MatrixAlgebraKit: heevj!, heevd!, geev!
1111
import MatrixAlgebraKit: _gpu_Xgesvdr!, _sylvester, svd_rank
12-
using CUDA, CUDA.CUBLAS
12+
using CUDA, CUDA.cuBLAS
1313
using CUDA: i32
1414
using LinearAlgebra
1515
using LinearAlgebra: BlasFloat

ext/MatrixAlgebraKitCUDAExt/yacusolver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module YAcuSOLVER
1+
module YACUSOLVER
22

33
using LinearAlgebra
44
using LinearAlgebra: BlasInt, BlasFloat, BlasReal, checksquare, chkstride1, require_one_based_indexing

0 commit comments

Comments
 (0)