Tobias Alonso
Tobias Alonso
Processes like streamlining may require iteration over a sequence of transforms. It would be useful to have a flag indicating that the model has not changed within a transform to...
Many transforms, like most of the reorder ones, have an unconditional tidy up transform at the end: ```python def apply(self, model): ... for n in nodes: ... if condition: ......
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....
For large nets, it can take several more than 20 to compile the sources even using 15 thread (with a uP with more that 15 cores and low load). It...
When debugging a transformation, it would be useful to control the number of changes a transformation pass applies. This would allow to spot what specific change in the graph created...
**Description of the bug** The state machine viewer does not detect an FSM if nested case statements are employed. **Code To Reproduce** While an FSM is detected for arch_0, it's...
## Problem Related to the Feature As defined in the [et_def.proto](https://github.com/mlcommons/chakra/blob/main/schema/protobuf/et_def.proto), the attribute that stores duration (duration_micros) uses microsecond precision. There are some cases where we encounter lots of sub-microsecond-runtime...