PlaidML


PlaidML is a portable tensor compiler. Tensor compilers bridge the gap between the universal mathematical descriptions of deep learning operations, such as convolution, and the platform and chip specific code needed to perform those operations with good performance. Internally, PlaidML makes use of the Tile eDSL to generate OpenCL, OpenGL, LLVM, or CUDA code. It enables deep learning on devices where the available computing hardware is either not well supported or the available software stack contains only proprietary components. For example, it does not require the usage of CUDA or cuDNN on Nvidia hardware, while achieving comparable performance.
PlaidML supports the machine learning libraries Keras, ONNX, and nGraph.

History

In August 2018 Intel acquired Vertex.AI, a startup whose mission statement was “deep learning for every platform”. Intel released PlaidML as free software under to the terms of the Apache Licence to improve compatibility with nGraph, TensorFlow, and other ecosystem software.