You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This brings some overheads. For example, in fused_multi_quantize, the reciprocal kernels (along with the launch overheads) take most of the overall time.
There was an optimization that updates FP8 scale-inverse in kernels with FP8 output #1083, why did we change it?
TransformerEngine/transformer_engine/pytorch/csrc/extensions/quantizer.cpp
Line 112 in b39397c
This brings some overheads. For example, in
fused_multi_quantize, thereciprocalkernels (along with the launch overheads) take most of the overall time.There was an optimization that updates FP8 scale-inverse in kernels with FP8 output #1083, why did we change it?
cc @timmoon10