microsoft / nnfusion

A flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
MIT License
959 stars 163 forks source link

[BUG] Out-of-order inputs for runtime constant folding #296

Closed mzmssg closed 3 years ago

mzmssg commented 3 years ago

🐛 Bug

If multiple constant inputs for a node to be folded, these inputs might be fed out of order.

nnfbot commented 3 years ago

Thanks for the report @mzmssg! I will look into it ASAP! (I'm a bot).