Talos: Hardware accelerator for deep convolutional neural networks(talos.wtf)
talos.wtf
Talos: Hardware accelerator for deep convolutional neural networks
https://talos.wtf/
2 comments
Is it fast? The proof of the pudding for hardware acceleration is whether it runs faster than a GPU (or CPU).
Most deep learning frameworks are built for flexibility. They handle dynamic graphs, varying batch sizes, and a multitude of layer types. Talos takes the opposite approach. It strips away the runtime, the scheduler, and the operating system overhead to expose the raw compute capability of the FPGA. By implementing the entire inference pipeline in SystemVerilog, we achieve deterministic, cycle-accurate control over every calculation.