Skip to content

Commit ba045ea

Browse files
committed
Update
[ghstack-poisoned]
1 parent 138883b commit ba045ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/dtypes/test_affine_quantized.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ def get_quantization_functions(
6060
)
6161
)
6262

63-
# TODO(before land): revert this back, added due to lack of cuSparseLt in my env
64-
if do_sparse and False:
63+
if do_sparse:
6564
base_functions.append(
6665
int8_dynamic_activation_int8_weight(layout=SemiSparseLayout())
6766
)

0 commit comments

Comments
 (0)