Package pocl: Information

    Source package: pocl
    Version: 6.0-alt0.4
    Latest version according to Repology
    Build time:  Feb 4, 2025, 01:17 AM in the task #373101
    Report package bug
    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,...).

    List of RPM packages built from this SRPM:
    libpocl2 (x86_64, ppc64le, i586, aarch64)
    libpocl2-debuginfo (x86_64, ppc64le, i586, aarch64)
    pocl-devel (x86_64, ppc64le, i586, aarch64)
    pocl-devel-debuginfo (x86_64, ppc64le, i586, aarch64)
    pocl-devices-cuda (x86_64)
    pocl-devices-cuda-debuginfo (x86_64)
    pocl-devices-remote (x86_64, ppc64le, aarch64)
    pocl-devices-remote-debuginfo (x86_64, ppc64le, aarch64)
    pocl-devices-vulkan (x86_64, ppc64le, aarch64)
    pocl-devices-vulkan-debuginfo (x86_64, ppc64le, aarch64)
    pocl-docs (noarch)
    pocl-kernels-nvidia (x86_64)
    pocl-opencl-icd (noarch)
    pocld (x86_64, ppc64le, aarch64)
    pocld-debuginfo (x86_64, ppc64le, aarch64)

    Maintainer: Konstantin Lepikhov

    List of contributors:
    Konstantin Lepikhov

    ACL:
    Konstantin Lepikhov
    @everybody

      1. clang18.1
      2. clang18.1-devel
      3. clspv
      4. cmake
      5. ctest
      6. glslang
      7. glslc
      8. libEGL-devel
      9. libGL-devel
      10. libGLEW-devel
      11. libedit-devel
      12. libhwloc-devel
      13. libstdc++-devel
      14. python3-module-sphinx
      15. libuthash-devel
      16. zlib-devel
      17. libvulkan-devel
      18. llvm18.1-devel
      19. ninja-build
      20. nvidia-cuda-devel
      21. ocl-icd-devel

    Last changed


    Nov. 15, 2024 Konstantin Lepikhov 6.0-alt0.4
    - Fix FTBFS with gcc14.
    Oct. 4, 2024 Konstantin Lepikhov 6.0-alt0.3
    - Disable OpenMP (for now).
    July 28, 2024 Konstantin Lepikhov 6.0-alt0.2
    - remote: enable vsock.
    - remote: enable traffic monitor.