Fix typo in smem_allocator.py (#2517)

This commit is contained in:
Horace He
2025-08-10 19:44:22 -07:00
committed by GitHub
parent 052afcd314
commit 19772cd63e

View File

@ -69,7 +69,7 @@ class complex:
class SharedStorage:
# struct elements with natural alignment
a: cute.struct.MemRange[cutlass.Float32, 32] # array
b: cutlass.Int64 # saclar
b: cutlass.Int64 # scalar
c: complex # nested struct
# struct elements with strict alignment
x: cute.struct.Align[