We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083c6ee commit 21476ecCopy full SHA for 21476ec
src/block_sizes.jl
@@ -207,7 +207,7 @@ This would be awkard if there are computers with prime numbers of cores. I shoul
207
Mᵣ, Nᵣ = matmul_params()
208
factors = calc_factors()
209
for (miter, niter) ∈ factors
210
- if miter * ((MᵣW_mul_factor() - One()) * Mᵣ) ≤ M + (W + W)
+ if miter * (StaticInt(2) * Mᵣ * W) ≤ M + (W + W)
211
return miter, niter
212
end
213
0 commit comments