This paper introduces TINA, a novel framework for implementing non Neural Network (nn) signal processing algorithms on nn accelerators such as GPUs, TPUs or FPGAs. The key to this approach is the concept of mapping ma...
详细信息
ISBN:
(纸本)9798350372267;9798350372250
This paper introduces TINA, a novel framework for implementing non Neural Network (nn) signal processing algorithms on nn accelerators such as GPUs, TPUs or FPGAs. The key to this approach is the concept of mapping mathematical and logic functions as a series of convolutional and fully connected layers. By mapping functions into such a small sub stack of nn layers, it becomes possible to execute non-nn algorithms on nn hardware (HW) accelerators efficiently, as well as to ensure the portability of TINA implementations to any platform that supports such nn accelerators. Results show that TINA is highly competitive vs alternative frameworks, specifically for complex functions with iterations. For a Polyphase Filter Bank use case TINA shows GPU speedups of up to 80x vs a CPU baseline with NumPy compared to 8x speedup achieved by alternative frameworks. The framework is open source and publicly available at https://***/ChristiaanBoe/TINA.
暂无评论