Periodic Reporting for period 1 - ACROBAT (Hardware Acceleration with Tunable SRAM/IMC Voltages)
Reporting period: 2023-09-01 to 2025-05-31
Optimization Stage 1
======================
At this stage, each layer is optimized for pruning of filters, assignment of separate quantization levels and voltage values for each (1) output channel, (2) input channel and (3) filter in the layer.
Optimization Stage 2
======================
The simulation framework focuses on minimizing the data movement cost across different memory hierarchies and construction of an optimization framework that finds an optimal value for the number of SRAM partitions/blocks and corresponding voltage assignments.
At its core, it involves a few key components: Convolution Simulation, Cache Management (stores tiles of data and has a fixed total size, partitioned into a fixed number of segments each associated with a specific voltage assignment), Cost Calculation (the movement of data between cache and DRAM), Configuration Optimization (to find the loop order and voltage assignment of cache partitions with minimum data movement cost).