Missing constant propagation: Literal
-> Multibroadcast
-> Quantizelinear
#3597
Labels
Literal
-> Multibroadcast
-> Quantizelinear
#3597
--fp8
flag and probably also--int8
bin/driver perf /codes/distilgpt2_1_fp16_gpu.onnx --fp8 --fill1 input_ids --input-dim @input_ids 64 384 --batch 64
@15 quantizelinear
is a broadcasted literal. The broadcast instruction should have been swapped by thefind_inner_broadcasts
matcher in thesimplify_algebra
compiler pass to then allow thepropagate_constant
pass to make it into a constant.The text was updated successfully, but these errors were encountered: