Files
oam/knowledge base/opencl.md

31 lines
709 B
Markdown

# OpenCL™
Open Computing Language is an open, royalty-free standard for cross-platform, parallel programming of diverse accelerators found in supercomputers, cloud servers, personal computers, mobile devices and embedded platforms.
## Table of contents <!-- omit in toc -->
1. [Implementations](#implementations)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## Implementations
- [PoCL]
## Further readings
- [Website]
## Sources
All the references in the [further readings] section, plus the following:
<!-- upstream -->
[website]: https://www.khronos.org/opencl/
<!-- internal references -->
[further readings]: #further-readings
[pocl]: pocl.md
<!-- external references -->