diff --git a/test/dtypes/test_affine_quantized.py b/test/dtypes/test_affine_quantized.py index 671c676e76..2cb87ab133 100644 --- a/test/dtypes/test_affine_quantized.py +++ b/test/dtypes/test_affine_quantized.py @@ -60,8 +60,7 @@ def get_quantization_functions( ) ) - # TODO(before land): revert this back, added due to lack of cuSparseLt in my env - if do_sparse and False: + if do_sparse: base_functions.append( int8_dynamic_activation_int8_weight(layout=SemiSparseLayout()) )