Fix tb scope
This commit is contained in:
@@ -81,10 +81,11 @@ test_minimal_pv()
|
||||
}
|
||||
__syncthreads();
|
||||
|
||||
uint32_t tb = 0;
|
||||
// TMEM alloc
|
||||
if (wid == 1) tmem_alloc(__cvta_generic_to_shared(sTmemBase), 128);
|
||||
__syncthreads();
|
||||
uint32_t tb = *sTmemBase;
|
||||
tb = *sTmemBase;
|
||||
|
||||
// QK GEMM (SS) — uses sQ0 and sK0
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user