Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37566857
en ru br
ALT Linux repos
S:4.0-alt0.6

Group :: Development/Other
RPM: pocl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.0-alt0.6
Build date: 2 september 2023, 08:26 ( 34.1 weeks ago )
Size: 1354.47 Kb

Home page:   https://github.com/pocl/pocl

License: MIT AND BSD-1-Clause AND (GPL-3.0-or-later OR LGPL-3.0-or-later)
Summary: Portable Computing Language - an OpenCL implementation
Description:

Pocl's goal is to become an efficient open source (MIT-licensed) implementation
of the OpenCL 1.2 (and soon OpenCL 2.0) standard.

In addition to producing an easily portable open-source OpenCL implementation,
another major goal of this project is improving performance portability of
OpenCL programs with compiler optimizations, reducing the need for
target-dependent manual optimizations.

At the core of pocl is the kernel compiler that consists of a set of LLVM
passes used to statically transform kernels into work-group functions with
multiple work-items, even in the presence of work-group barriers. These
functions are suitable for parallelization in multiple ways (SIMD, VLIW,
superscalar,...).

Current maintainer: L.A. Kostis

List of contributors

List of rpms provided by this srpm:

  • libpocl2
  • libpocl2-debuginfo
  • pocl-devel
  • pocl-devel-debuginfo
  • pocl-docs
  • pocl-opencl-icd
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin