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 b9f874d commit 8ed71e8Copy full SHA for 8ed71e8
src/auxiliary/linalg.jl
@@ -49,8 +49,8 @@ const SVDAlg = Union{SVD,SDD}
49
# Matrix algebra: entrypoint for calling matrix methods from within tensor implementations
50
#------------------------------------------------------------------------------------------
51
module MatrixAlgebra
52
-# TODO: all methods tha twe define here will need an extended version for CuMatrix in the
53
-# CUDA package extension.
+# TODO: all methods that we define here will need an extended version for CuMatrix/ROCMatrix in the
+# CUDA/AMD package extension.
54
55
# TODO: other methods to include here:
56
# mul! (possibly call matmul! instead)
0 commit comments