Skip to content

Commit 11e4d4a

Browse files
sanchitintelamdfaa
authored andcommitted
Unskip test_int8_dynamic_quant_subclass_api in test_integration.py (#1375)
This UT passes for both CPU & CUDA
1 parent 4355481 commit 11e4d4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,6 @@ def _test_lin_weight_subclass_api_impl(
885885

886886

887887
@parameterized.expand(COMMON_DEVICE_DTYPE)
888-
@unittest.skipIf(TORCH_VERSION_AT_LEAST_2_4, "skip because there is some bug in inductor codegen")
889888
def test_int8_dynamic_quant_subclass_api(self, device, dtype):
890889
self._test_lin_weight_subclass_api_impl(
891890
_int8da_int8w_api, device, 35, test_dtype=dtype

0 commit comments

Comments
 (0)