Skip to content

Commit

Permalink
Refactor comment in blocktranspose!
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed May 18, 2024
1 parent 7d074e4 commit b35c3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocktranspose.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function blocktranspose!(::Val{N}, A::AbstractMatrix{T}) where {N,T}
__blocktranspose_block_transpose!(Bₗ)
__blocktranspose_block_transpose!(Bᵣ)

# write blocks
# write blocks swap
__blocktranspose_block_fetch!(Bᵣ, Aₗ)
__blocktranspose_block_fetch!(Bₗ, Aᵣ)
end
Expand Down

0 comments on commit b35c3c1

Please sign in to comment.