Article · Wikipedia archive · Last revised Jun 17, 2026

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.

Last revised
Jun 17, 2026
Read time
≈ 1 min
Length
259 w
Citations
9
Source
PlaidML
Original authorVertex.AI
DeveloperIntel
Release20 October 2017 (2017-10-20) 1
Operating systemLinux,2
Mac OS,2
Microsoft Windows2
Type
  • Tensor compiler
LicenseApache License 2.02
Websitegithub.com/plaidml/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 3 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.4

PlaidML supports the machine learning libraries Keras, ONNX, and nGraph. However, Keras have dropped support of multiple backends and latest Keras version isn't compatible with PlaidML. An integration with Tensorflow-Keras is planned as a replacement for Keras.5

History

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

References

References

External links