Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37552926
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: pocl

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 4.0-alt0.6
Время сборки: 2 сентября 2023, 08:26 ( 34.0 недели назад )
Размер архива: 1354.47 Kb

Домашняя страница:   https://github.com/pocl/pocl

Лицензия: MIT AND BSD-1-Clause AND (GPL-3.0-or-later OR LGPL-3.0-or-later)
О пакете: Portable Computing Language - an OpenCL implementation
Описание:

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,...).

Текущий майнтейнер: L.A. Kostis

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • libpocl2
  • libpocl2-debuginfo
  • pocl-devel
  • pocl-devel-debuginfo
  • pocl-docs
  • pocl-opencl-icd
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin