Fast Linear Interpolation for Piecewise-Linear Functions, GAMs, and Deep Lattice Networks
2019-09-25Unverified0· sign in to hype
Nathan Zhang, Kevin Canini, Sean Silva, and Maya R. Gupta
Unverified — Be the first to reproduce this paper.
ReproduceAbstract
We present fast implementations of linear interpolation operators for both piecewise linear functions and multi-dimensional look-up tables. We use a compiler-based solution (using MLIR) for accelerating this family of workloads. On real-world multi-layer lattice models and a standard CPU, we show these strategies deliver 5-10 faster runtimes compared to a C++ interpreter implementation that uses prior techniques, producing runtimes that are 1000s of times faster than TensorFlow 2.0 for single evaluations.