fix grid bug

This commit is contained in:
Gino Lu
2025-10-20 21:53:13 -05:00
parent 69ed924c36
commit 4da620cc9d
3 changed files with 12 additions and 10 deletions

View File

@@ -151,7 +151,7 @@ struct AsyncLSKernel
auto lds_0_window =
make_tile_window(lds_0_tensor_view,
make_tuple(number<Policy::kMPerBlock>{}, number<Policy::kNPerBlock>{}),
{i_m, i_n},
{0, 0},
Policy::MakeDRAMDistribution());
#if 0
auto dram_tile = load_tile(a_block_window);