Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
PlaidML
Open source tensor compiler

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. 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.

We don't have any images related to PlaidML yet.
We don't have any YouTube videos related to PlaidML yet.
We don't have any PDF documents related to PlaidML yet.
We don't have any Books related to PlaidML yet.

History

In August 2018 Intel acquired Vertex.AI, a startup whose mission statement was “deep learning for every platform”.4 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

  1. C++ Tile eDSL https://plaidml.github.io/plaidml/docs/edsl.html

  2. "To Our Users". GitHub. 26 October 2021. https://github.com/plaidml/plaidml/blob/master/README.md

  3. "Keras 2.3.0 last release to support multi-backend Keras · Issue #586 · plaidml/Plaidml". GitHub. https://github.com/plaidml/plaidml/issues/586

  4. Press statement concerning the acquisition of Vertex.AI https://techcrunch.com/2018/08/16/intel-buys-deep-learning-startup-vertex-ai-to-join-its-movidius-unit/