Skip to content

Commit 3c4d096

Browse files
committed
Update
[ghstack-poisoned]
1 parent de4a1fb commit 3c4d096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/float8/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ def test_fp8_tensor_statistics(self):
718718
(zero_cnt, max_cnt) = fp8_tensor_statistics(fp8_over_underflow, lp_dtype)
719719
self.assertEqual((zero_cnt, max_cnt), (tensor_len, tensor_len))
720720

721+
# ghstack test 1
721722

722723
if __name__ == "__main__":
723724
pytest.main([__file__])

0 commit comments

Comments
 (0)