Skip to content

Commit

Permalink
Unskip test_int8_dynamic_quant_subclass_api in test_integration.py (
Browse files Browse the repository at this point in the history
#1375)

This UT passes for both CPU & CUDA
  • Loading branch information
sanchitintel authored Dec 4, 2024
1 parent 1a0dbf1 commit 04d611a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,6 @@ def _test_lin_weight_subclass_api_impl(


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

0 comments on commit 04d611a

Please sign in to comment.