We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1c63d commit 2afa91aCopy full SHA for 2afa91a
examples/cast/test_example_cast.py
@@ -4,7 +4,8 @@
4
5
6
def test_example_group_per_split_token_cast_to_fp8():
7
- example_group_per_split_token_cast_to_fp8.main(M=1024, N=1024, BG=2, blk_m=4, batch_sizes=[128, 896])
+ example_group_per_split_token_cast_to_fp8.main(
8
+ M=1024, N=1024, BG=2, blk_m=4, batch_sizes=[128, 896])
9
10
11
def test_example_per_token_cast_to_fp8():
0 commit comments