Skip to content

Commit

Permalink
Adjust test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
roastduck committed Mar 15, 2024
1 parent 54c0ab3 commit 43db782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/70.program/test_program_with_micro_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pytest.mark.skipif(not ft.with_pytorch() or not ft.with_cuda(),
reason="requires PyTorch and CUDA")
def test_matmul():
def test_matmul_float64():

M = N = K = 5000
block_n = block_m = 128
Expand Down

0 comments on commit 43db782

Please sign in to comment.