GLOW - AshokBhat/ml GitHub Wiki

About

  • ML Compiler for hardware accelerators
  • FB uses ML specific ASICs, which require a specialized compiler to translate the graph to instructions that execute on these accelerators.
  • https://github.com/pytorch/glow
  • No plans to use MLIR

Features

  • Input - Computational graph of PyTorch and other frameworks
  • Output - Highly optimized code for machine learning accelerators.
  • Optimizations - Domain and hardware-specific optimizations like kernel fusion

Illustration

Paper

See also

⚠️ **GitHub.com Fallback** ⚠️