Jump to content

PlaidML

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 2601:600:a17f:b3b1:e9cf:a3e8:4ed5:304b (talk) at 02:34, 15 December 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PlaidML
Original author(s)Vertex.AI
Developer(s)Intel
Initial release20 October 2017; 6 years ago (2017-10-20) [1]
Operating systemLinux,[2]
Mac OS,[2]
Microsoft Windows [2]
Type
LicenseApache License 2.0 [2]
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.

History

In August 2018 Intel acquired Vertex.AI, a startup whose mission statement was “deep learning for every platform”.[5] 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. ^ @plaidml (20 October 2017). "Hello world! We're live on GitHub and PyPI. Open source deep learning for any GPU. #OpenCL #Keras https://github.com/plaidml/plaidml" (Tweet) – via Twitter.
  2. ^ a b c d PlaidML Github page
  3. ^ C++ Tile eDSL
  4. ^ https://github.com/plaidml/plaidml/blob/master/README.md
  5. ^ Press statement concerning the acquisition of Vertex.AI