From 8ed71e817b46bd6f6c86724bb179ab6a456e5a6f Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Thu, 21 Aug 2025 11:55:05 +0200 Subject: [PATCH] Update TODO to reflect AMD and fix typo --- src/auxiliary/linalg.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auxiliary/linalg.jl b/src/auxiliary/linalg.jl index 4277be67f..82e8600f0 100644 --- a/src/auxiliary/linalg.jl +++ b/src/auxiliary/linalg.jl @@ -49,8 +49,8 @@ const SVDAlg = Union{SVD,SDD} # Matrix algebra: entrypoint for calling matrix methods from within tensor implementations #------------------------------------------------------------------------------------------ module MatrixAlgebra -# TODO: all methods tha twe define here will need an extended version for CuMatrix in the -# CUDA package extension. +# TODO: all methods that we define here will need an extended version for CuMatrix/ROCMatrix in the +# CUDA/AMD package extension. # TODO: other methods to include here: # mul! (possibly call matmul! instead)