Fix typo in smem_allocator.py (#2517)
This commit is contained in:
@ -69,7 +69,7 @@ class complex:
|
|||||||
class SharedStorage:
|
class SharedStorage:
|
||||||
# struct elements with natural alignment
|
# struct elements with natural alignment
|
||||||
a: cute.struct.MemRange[cutlass.Float32, 32] # array
|
a: cute.struct.MemRange[cutlass.Float32, 32] # array
|
||||||
b: cutlass.Int64 # saclar
|
b: cutlass.Int64 # scalar
|
||||||
c: complex # nested struct
|
c: complex # nested struct
|
||||||
# struct elements with strict alignment
|
# struct elements with strict alignment
|
||||||
x: cute.struct.Align[
|
x: cute.struct.Align[
|
||||||
|
|||||||
Reference in New Issue
Block a user