2019

The OoO VLIW JIT Compiler for GPU Inference

Jain, Paras, Mo, Xiangxi, Jain, Ajay et al.

Understand

Current trends in Machine Learning~(ML) inference on hardware accelerated devices (e.g., GPUs, TPUs) point to alarmingly low utilization.

  • As ML inference is increasingly time-bounded by tight latency SLOs, increasing data parallelism is not an option.
  • The need for better efficiency motivates GPU multiplexing.
  • Furthermore, existing GPU programming abstractions force programmers to micro-manage GPU resources in an early-binding, context-free fashion.

Reading the bibliography…