Files
oam/knowledge base/pocl.md
2023-06-06 20:53:21 +02:00

28 lines
668 B
Markdown

# PoCL
Portable open source implementation of the 1.2 OpenCL standard.
Upstream PoCL currently supports various CPUs, NVIDIA GPUs via libcuda, HSA-supported GPUs and TCE ASIPs (experimental, see: OpenASIP).
PoCL uses Clang as an OpenCL C frontend, and LLVM for kernel compiler implementation and as a portability layer.
## Table of contents <!-- omit in toc -->
1. [Further readings](#further-readings)
## Further readings
- [Website]
- [OpenCL]
<!-- project's references -->
[website]: http://portablecl.org/
<!-- in-article references -->
[further readings]: #further-readings
<!-- internal references -->
[opencl]: opencl.md
<!-- external references -->