Feldspar / feldspar-language

The goal of the Feldspar project is to define a high-level language that allows description of high-performance digital signal processing algorithms.
Other
45 stars 3 forks source link

Use fshow to speed up onnxToFeld #492

Closed pjonsson closed 3 years ago

pjonsson commented 3 years ago

The show instances for Float/Double work hard print the shortest string that represents the number. Use a different show instance to save ~50 Gb of allocations on resnet50-v2-7.onnx and speed things up.