Skip to content

Commit afb4821

Browse files
committed
Remove invalid override of copy_transpose.
1 parent 7785a02 commit afb4821

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/host/linalg.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ function LinearAlgebra.triu!(A::AbstractGPUMatrix{T}, d::Integer = 0) where T
6464
return A
6565
end
6666

67-
function LinearAlgebra.copy_transpose!(dst::AbstractGPUArray, src::AbstractGPUArray)
68-
gpu_call(st, src) do ctx, dst, src
69-
I = @cartesianidx dst
70-
dst[I...] = src[reverse(I)...]
71-
return
72-
end
73-
return dst
74-
end
7567

7668

7769
# matrix multiplication

0 commit comments

Comments
 (0)