Closed viv-eth closed 5 months ago
For some dimensions of the optimized kernels the SSR region will stall, since the buffer will not be consumed entirely due to SIMD/loop unrolling. Need to add constraints on dimension in datagen.py
datagen.py
Fixed by https://github.com/pulp-platform/snitch_cluster/pull/137/.
For some dimensions of the optimized kernels the SSR region will stall, since the buffer will not be consumed entirely due to SIMD/loop unrolling. Need to add constraints on dimension in
datagen.py