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 6ca16b7 commit bb0a27fCopy full SHA for bb0a27f
lib/cublas/linalg.jl
@@ -4,6 +4,7 @@ using LinearAlgebra: MulAddMul, AdjOrTrans, wrap, UpperOrLowerTriangular, rmul!,
4
@static if VERSION ≥ v"1.12.0-rc"
5
# we need to use the generic wrapper to avoid dispatch to the 2x2or3x3 method
6
using LinearAlgebra: generic_matmatmul_wrapper!, BlasFlag
7
+ import LinearAlgebra: symm!, herm!
8
end
9
#
10
# BLAS 1
0 commit comments