Portable Computing Language - an OpenCL implementation

Edit Package pocl
http://portablecl.org/

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.

Refresh
Refresh
Source Files
Filename Size Changed
pocl-1.8.tar.gz 0001614545 1.54 MB
pocl-rpmlintrc 0000000110 110 Bytes
pocl.changes 0000015691 15.3 KB
pocl.spec 0000004835 4.72 KB
Revision 60 (latest revision is 78)
Matthias Mailänder's avatar Matthias Mailänder (Mailaender) accepted request 928258 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 60)
- Update to version 1.8
  * Support for Clang/LLVM 13
  * Improved debugging support with Valgrind, LTTNG
  * Improved support for SPIR/SPIR-V on CUDA
- Update to version 1.7
  * Support for Clang/LLVM 12
  * Improved support for cross-compiling
  * Improved support for SPIR-V binaries when using CPU device
  * Implemented OpenCL 3.0 features: clGetDeviceInfo queries
    + CL_DEVICE_ATOMIC_MEMORY_CAPABILITIES (Minimal implementation)
    + CL_DEVICE_ATOMIC_FENCE_CAPABILITIES (Minimal implementation)
Comments 0
openSUSE Build Service is sponsored by