Skip to content

Commit

Permalink
[TEST] Fix aot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRaoux committed Jul 21, 2023
1 parent 47c3921 commit a67b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/unit/tools/test_aot.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_compile_link_matmul():

def test_ttgir_to_ptx():
src = """
module attributes {"triton_gpu.num-warps" = 4 : i32, "triton_gpu.threads-per-warp" = 32 : i32} {
module attributes {"triton_gpu.num-warps" = 4 : i32, "triton_gpu.threads-per-warp" = 32 : i32, "triton_gpu.num-ctas" = 1 : i32} {
tt.func public @sum_kernel_0d1d(%arg0: !tt.ptr<i32>, %arg1: !tt.ptr<i32>) {
tt.return
}
Expand Down

0 comments on commit a67b21b

Please sign in to comment.