Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/auxiliary/linalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading