Fix LIT tests.

This commit is contained in:
Rohit Santhanam
2023-02-18 09:32:42 +00:00
parent 841784d1e3
commit 50e6329d01
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
// Check load instruction doesn't generate incorrect bitcast.
module attributes {"triton_gpu.num-warps" = 4 : i32} {
// CHECK-LABEL: @test_float16_bitcast
func public @test_float16_bitcast(%arg0: !tt.ptr<f16> {tt.divisibility = 16 : i32}, %arg1: !tt.ptr<f16> {tt.divisibility = 16 : i32}) {
func.func public @test_float16_bitcast(%arg0: !tt.ptr<f16> {tt.divisibility = 16 : i32}, %arg1: !tt.ptr<f16> {tt.divisibility = 16 : i32}) {
%true = arith.constant true
%0 = tt.get_program_id {axis = 0 : i32} : i32
%1 = tt.addptr %arg0, %0 : !tt.ptr<f16>, i32

View File

@@ -6,7 +6,7 @@
module attributes {"triton_gpu.num-warps" = 4 : i32} {
func @test_empty_kernel(%lb : index, %A : !tt.ptr<f16>) {
func.func @test_empty_kernel(%lb : index, %A : !tt.ptr<f16>) {
return
}

View File

@@ -34,7 +34,7 @@
module attributes {"triton_gpu.num-warps" = 4 : i32} {
func @test_empty_kernel(%lb : index, %A : !tt.ptr<f16>) {
func.func @test_empty_kernel(%lb : index, %A : !tt.ptr<f16>) {
return
}