@@ -123,12 +123,12 @@ tt.func @sink_alloc_op(%arg0: tensor<128x128xf32, #blocked1>) {
123123 %subview0 = ttg.memdesc_index %alloc0 [%c0 ] : !ttg.memdesc <1 x128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable > -> !ttg.memdesc <128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable >
124124 // CHECK: [[ALLOC1:%.+]] = ttng.tmem_alloc
125125 %alloc1 = ttng.tmem_alloc : () -> !ttg.memdesc <1 x128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable >
126- // CHECK-NEXT : [[SUBVIEW1:%.+]] = ttg.memdesc_index [[ALLOC1]]
126+ // CHECK: [[SUBVIEW1:%.+]] = ttg.memdesc_index [[ALLOC1]]
127127 %subview1 = ttg.memdesc_index %alloc1 [%c0 ] : !ttg.memdesc <1 x128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable > -> !ttg.memdesc <128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable >
128128 // CHECK-NEXT: tmem_store %arg0, [[SUBVIEW1]]
129129 ttng.tmem_store %arg0 , %subview1 , %true : tensor <128 x128 xf32 , #blocked1 > -> !ttg.memdesc <128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable >
130130 // CHECK-NEXT: [[ALLOC0:%.+]] = ttng.tmem_alloc
131- // CHECK-NEXT : [[SUBVIEW0:%.+]] = ttg.memdesc_index [[ALLOC0]]
131+ // CHECK: [[SUBVIEW0:%.+]] = ttg.memdesc_index [[ALLOC0]]
132132 // CHECK-NEXT: tmem_store %arg0, [[SUBVIEW0]]
133133 ttng.tmem_store %arg0 , %subview0 , %true : tensor <128 x128 xf32 , #blocked1 > -> !ttg.memdesc <128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable >
134134 tt.return
0 commit comments