Skip to content

Commit 30ed7d2

Browse files
committed
add stores too
1 parent 5c1a0ac commit 30ed7d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/TritonIntelGPU/rewrite-tensor-pointer.mlir

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ module attributes {"triton_gpu.num-ctas" = 1 : i32, "triton_gpu.num-warps" = 32
380380
}
381381
%14 = tt.make_tensor_ptr %arg2, [%c1024_i64, %c4096_i64], [%c4096_i64, %c1_i64], [%9, %11] {order = array<i32: 1, 0>} : <tensor<256x256xf16, #dpas>>
382382
%15 = arith.truncf %13#0 : tensor<256x256xf32, #dpas> to tensor<256x256xf16, #dpas>
383-
// CHECK: tt.store {{.*}}, {{.*}}, {{.*}} : !tt.ptr<tensor<256x256xf16, #[[DPAS]]>
384-
tt.store %14, %15 {boundaryCheck = array<i32: 0, 1>} : !tt.ptr<tensor<256x256xf16, #dpas>>
385383
tt.return
386384
}
387385
}

0 commit comments

Comments
 (0)