Skip to content

Commit

Permalink
Fix issue 2762
Browse files Browse the repository at this point in the history
Signed-off-by: Tiotto, Ettore <[email protected]>
  • Loading branch information
etiotto committed Nov 27, 2024
1 parent 78f5eec commit 753d7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TritonIntelGPU/coalesce.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ module attributes {"triton_gpu.num-ctas" = 1 : i32, "triton_gpu.num-warps" = 16
tt.return
}

// CHECK: @issue_2752
tt.func public @issue_2752(%arg0: !tt.ptr<f32> {tt.divisibility = 16 : i32}) {
// CHECK: @issue_2762
tt.func public @issue_2762(%arg0: !tt.ptr<f32> {tt.divisibility = 16 : i32}) {
%c128_i32 = arith.constant 128 : i32
%c0_i32 = arith.constant 0 : i32
%c262144_i64 = arith.constant 262144 : i64
Expand Down

0 comments on commit 753d7d1

Please sign in to comment.