Skip to content

Commit 8ed71e8

Browse files
author
Katharine Hyatt
committed
Update TODO to reflect AMD and fix typo
1 parent b9f874d commit 8ed71e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/auxiliary/linalg.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const SVDAlg = Union{SVD,SDD}
4949
# Matrix algebra: entrypoint for calling matrix methods from within tensor implementations
5050
#------------------------------------------------------------------------------------------
5151
module MatrixAlgebra
52-
# TODO: all methods tha twe define here will need an extended version for CuMatrix in the
53-
# CUDA package extension.
52+
# TODO: all methods that we define here will need an extended version for CuMatrix/ROCMatrix in the
53+
# CUDA/AMD package extension.
5454

5555
# TODO: other methods to include here:
5656
# mul! (possibly call matmul! instead)

0 commit comments

Comments
 (0)