diff --git a/examples/python/CuTeDSL/ampere/smem_allocator.py b/examples/python/CuTeDSL/ampere/smem_allocator.py index f9f5c1e0..8c54a5a6 100644 --- a/examples/python/CuTeDSL/ampere/smem_allocator.py +++ b/examples/python/CuTeDSL/ampere/smem_allocator.py @@ -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[