@@ -123,12 +123,12 @@ tt.func @sink_alloc_op(%arg0: tensor<128x128xf32, #blocked1>) {
123
123
%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 >
124
124
// CHECK: [[ALLOC1:%.+]] = ttng.tmem_alloc
125
125
%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]]
127
127
%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 >
128
128
// CHECK-NEXT: tmem_store %arg0, [[SUBVIEW1]]
129
129
ttng.tmem_store %arg0 , %subview1 , %true : tensor <128 x128 xf32 , #blocked1 > -> !ttg.memdesc <128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable >
130
130
// CHECK-NEXT: [[ALLOC0:%.+]] = ttng.tmem_alloc
131
- // CHECK-NEXT : [[SUBVIEW0:%.+]] = ttg.memdesc_index [[ALLOC0]]
131
+ // CHECK: [[SUBVIEW0:%.+]] = ttg.memdesc_index [[ALLOC0]]
132
132
// CHECK-NEXT: tmem_store %arg0, [[SUBVIEW0]]
133
133
ttng.tmem_store %arg0 , %subview0 , %true : tensor <128 x128 xf32 , #blocked1 > -> !ttg.memdesc <128 x128 xf32 , #tmem , #ttng.tensor_memory , mutable >
134
134
tt.return
0 commit comments