Files
kernels/tests/regression/flash_attention/kernel.cpp
Hansung Kim 986d507223 flash: Fix single-tile GEMM for warp-specialized
With 4 warps, we can only do 32x64 GEMM; serialize 64x64 into 2 32x64
GEMM calls by split by the row.
2024-08-30 17:12:46 -07:00

27 KiB