mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
27 lines
576 B
Markdown
27 lines
576 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]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Upstream -->
|
|
[website]: http://portablecl.org/
|
|
|
|
<!-- Knowledge base -->
|
|
[opencl]: opencl.md
|