Skip to content

Commit

Permalink
Return of the tilebufsize (#52422)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored and pull[bot] committed Dec 7, 2023
1 parent 71ea7a7 commit ff33fe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/LinearAlgebra/src/matmul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# matmul.jl: Everything to do with dense matrix multiplication

# unused internal constant, here for legacy reasons
const tilebufsize = 10800 # Approximately 32k/3

# Matrix-matrix multiplication

AdjOrTransStridedMat{T} = Union{Adjoint{<:Any, <:StridedMatrix{T}}, Transpose{<:Any, <:StridedMatrix{T}}}
Expand Down

0 comments on commit ff33fe5

Please sign in to comment.