Accumulator Overflow Handling in Convolver Units
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Neural networks, particularly convolutional neural networks, face high power consumption due to intensive computational processing, leading to accumulation overflows in convolution operations, which existing technologies have not effectively managed to address.
Innovation Solution
A low power hardware architecture for convolutional engines that includes a convolver unit with an accumulator that detects overflows and disables the dot product computation module by clock gating or clamping inputs, allowing the system to enter a low power mode until all accumulators complete their cycles, enabling efficient handling of accumulation overflows.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Productivity
If the dot product computation module continues operating after an accumulation overflow, then computational throughput is maintained, but power consumption increases unnecessarily
Solution Approach 1:
The system uses periodic clock gating to enable the dot product computation module only during necessary accumulation cycles and disable it during overflow conditions. The controller periodically re-enables the module based on overflow status, creating a rhythmic on-off pattern that reduces power consumption while maintaining productivity when needed.
Solution Approach 2:
The harmful element (continuous operation of the dot product computation module during overflow) is extracted and removed by disabling the module when overflow conditions are detected. This separates the operational states into necessary computation periods and idle overflow periods, eliminating wasted energy consumption.
2Speed
If convolver units immediately restart accumulation cycles after overflow, then processing speed is maintained, but synchronized output sampling becomes difficult
Solution Approach 1:
The system merges the operation timelines of multiple convolver units by having them all wait in a low-power state until the latest unit completes its accumulation. This synchronization point allows all units to be sampled simultaneously, maintaining stable output composition while minimizing overall processing delay through efficient resource utilization.
3Use of energy by moving object
If the dot product computation module is disabled during overflow, then power consumption is reduced, but computational productivity decreases
Solution Approach 1:
The dot product computation module operates periodically rather than continuously, being enabled only during valid accumulation cycles and disabled during overflow conditions. This periodic operation pattern reduces power consumption while maintaining computational throughput during active periods, achieving an optimal balance between energy efficiency and productivity.
Data Source
AI summary
In a low power hardware architecture for handling accumulation overflows in a convolver unit, an accumulator of the convolver unit computes a running total by successively summing dot products from a dot product computation module during an accumulation cycle. In response to the running total overflowing the maximum or minimum value of a data storage element, the accumulator transmits an overflow indicator to a controller and sets its output equal to a positive or negative overflow value. In turn, the controller disables the dot product computation module by clock gating, clamping one of its inputs to zero and/or holding its inputs to constant values. At the end of the accumulation cycle, the output of the accumulator is sampled. In response to a clear signal being asserted, the dot product computation module is enabled, and the running total is set to zero for the start of the next accumulation cycle.


