finn icon indicating copy to clipboard operation
finn copied to clipboard

c++ Segment Fault when compiling non-folded StreamingFCLayer_Batch

Open Tobi-Alonso opened this issue 5 years ago • 0 comments

For StreamingFCLayer_Batch with large initializators, g++ may have a Segment fault.

g++: internal compiler error: Segmentation fault (program cc1plus)
...

clang++ stalls.

This problem disappears when applying folding. It would be useful to have Warnings from finn when array sizes pass certain limits

Tobi-Alonso avatar Jun 15 '20 13:06 Tobi-Alonso