Skip to content

Commit 50c3637

Browse files
kshyattKatharine Hyatt
andauthored
Update TODO to reflect AMD and fix typo (#270)
Co-authored-by: Katharine Hyatt <katharine.s.hyatt@gmail.com> [skip ci]
1 parent b9f874d commit 50c3637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)