From 19772cd63ecccc07a5cf5da852b15cd3ccecf63b Mon Sep 17 00:00:00 2001 From: Horace He Date: Sun, 10 Aug 2025 19:44:22 -0700 Subject: [PATCH] Fix typo in smem_allocator.py (#2517) --- examples/python/CuTeDSL/ampere/smem_allocator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[