Skip to content

Commit 8799041

Browse files
committed
revert mistake change
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent 3ce11b3 commit 8799041

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def test_int8_vectorwise_quant(self, threshold, device):
5353
assert out_row.dtype == torch.int8
5454
assert out_row.device == A.device
5555
assert row_stats.shape == (10,)
56+
assert row_stats.dtype == torch.float32
5657
assert row_stats.device == A.device
5758

5859
if threshold > 0.0:

0 commit comments

Comments
 (0)