Skip to content

Commit

Permalink
Update NDTensors/ext/NDTensorsCUDAExt/mul.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fishman <[email protected]>
  • Loading branch information
kmp5VT and mtfishman authored Nov 15, 2023
1 parent 5c019bc commit c76a6bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NDTensors/ext/NDTensorsCUDAExt/mul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ function LinearAlgebra.mul!(
return unexpose(CM)
end

## TODO I wasn't sure the best route to go here, if there is a better route than
## copy please let me know!
## Fix issue in CUDA.jl where it cannot distinguish Transpose{Reshape{Adjoint{CuArray}}}
## as a CuArray and calls generic matmul
function LinearAlgebra.mul!(
Expand Down

0 comments on commit c76a6bb

Please sign in to comment.