Uh oh!
There was an error while loading. Please reload this page.
[PyTorch] Optimize create_tensor in quantizer - #1912
Conversation
Signed-off-by: Xin Yao <xiny@nvidia.com>
yaox12
commented
Jun 30, 2025
/te-ci pytorch |
yaox12
commented
Jul 3, 2025
Yes, I realized that. I plan to write out zeros in the quantization kernel. We're benchmarking MoE model training in MXFP8 and seeing a lot of these |
zhongbozhu
commented
Jul 7, 2025
Maybe we should do the following two things:
|
yaox12
commented
Jul 8, 2025
Sounds great! This is a better solution, since both zero padding and swizzling are required by cuBLAS, it's better to do both of them in one place. |

Description
Please include a brief summary of the changes, relevant motivation and context.
Fixes # (issue)
Type of change
Changes
Please list the changes introduced in this PR:
Checklist: