Skip to content

Commit a468783

Browse files
authored
disable conv1d for rtn on HPU (#2112)
1 parent 12be4d2 commit a468783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/3x/torch/quantization/weight_only/test_rtn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ def test_rtn_with_quantize_API(self):
309309
), "The results of calling `convert` + `prepare` and calling `quantize` should be equal."
310310

311311
# TODO: (4, True, 32, 0), group_dim=0, format not supported
312+
# TODO [SW-216127]: it's not in high priority, so we can implement it later.
313+
@pytest.mark.skipif(is_hpex_available(), reason="These tests are not supported on HPU for now.")
312314
@pytest.mark.parametrize(
313315
"bits, use_sym, group_size, group_dim",
314316
[

0 commit comments

Comments
 (0)