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.
TILE_DIM
1 parent 104a5b5 commit 01b7ffaCopy full SHA for 01b7ffa
examples/performant_matmul.jl
@@ -4,7 +4,7 @@ using Test
4
using Random
5
include(joinpath(dirname(pathof(KernelAbstractions)), "../examples/utils.jl")) # Load backend
6
7
-const TILE_DIM = 32
+const TILE_DIM = 16
8
9
@kernel function coalesced_matmul_kernel!(
10
output, @Const(input1), @Const(input2), N, R, M,
0 commit comments