We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21b57c commit 67b39c9Copy full SHA for 67b39c9
tests/kernels/test_awq.py
@@ -26,6 +26,7 @@ def test_awq_dequantize_opcheck():
26
(qweight, scales, zeros, split_k_iters, thx, thy))
27
28
29
+@pytest.mark.skip(reason="Not working; needs investigation.")
30
@pytest.mark.skipif(not hasattr(torch.ops._C, "awq_gemm"),
31
reason="AWQ is not supported on this GPU type.")
32
def test_awq_gemm_opcheck():
0 commit comments