Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/pytorch/ops/test_grouped_gemm_fp8.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,6 @@ def test_grouped_gemm_fp8_blockwise_triton_deterministic(
@pytest.mark.parametrize("backend", [None, BackendType.CK, BackendType.HIPBLASLT, BackendType.TRITON])
@pytest.mark.parametrize("auto_tune", [False, True])
def test_grouped_gemm_fp8_tensorwise(B, M, NK, ori_dtype, format, trans_b, balance, backend, auto_tune):
# FIXME(ruibin): CK backend has numerical issues.
if backend == BackendType.CK or backend == None:
pytest.skip("CK backend has numerical issues currently")

if backend == BackendType.TRITON and format == Format.HYBRID:
pytest.skip("TRITON backend not support HYBRID format currently")

Expand Down
Loading