Portable Computing Language - an OpenCL implementation
Portable Computing Language (pocl) aims to become a MIT-licensed open source
implementation of the OpenCL standard which can be easily adapted for new targets
and devices, both for homogeneous CPU and heterogenous GPUs/accelerators.
pocl uses Clang as an OpenCL C frontend and LLVM for the kernel compiler
implementation, and as a portability layer. Thus, if your desired target
has an LLVM backend, it should be able to get OpenCL support easily by using pocl.
The goal is to accomplish improved performance portability using a kernel
compiler that can generate multi-work-item work-group functions that exploit
various types of parallel hardware resources: VLIW, superscalar, SIMD, SIMT,
multicore, multithread ...
Additional purpose of the project is to serve as a research platform for
issues in parallel programming on heterogeneous platforms.
- Links to science / pocl
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:X0F:HSF/pocl && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_service | 0000000894 894 Bytes | |
baselibs.conf | 0000000009 9 Bytes | |
link_against_libclang-cpp_so.patch | 0000000553 553 Bytes | |
pocl-6.0~RC2+548~git20241114.8f4cd083c.tar.gz | 0010169159 9.7 MB | |
pocl-rpmlintrc | 0000000045 45 Bytes | |
pocl.changes | 0000018478 18 KB | |
pocl.spec | 0000009010 8.8 KB |
Comments 0