Package openimagedenoise: Information

    Source package: openimagedenoise
    Version: 2.3.3-alt6
    Latest version according to Repology
    Build time:  Jun 20, 2026, 12:51 PM in the task #422314
    Report package bug
    License: Apache-2.0
    Summary: Intel Open Image Denoise library
    Description: 
    Intel Open Image Denoise is an open source library of high-performance,
    high-quality denoising filters for images rendered with ray tracing.
    Intel Open Image Denoise is part of the Intel oneAPI Rendering Toolkit
    and is released under the permissive Apache 2.0 license.

    List of RPM packages built from this SRPM:
    libopenimagedenoise2 (x86_64, aarch64)
    libopenimagedenoise2-debuginfo (x86_64, aarch64)
    openimagedenoise (x86_64, aarch64)
    openimagedenoise-cuda (x86_64)
    openimagedenoise-cuda-debuginfo (x86_64)
    openimagedenoise-debuginfo (x86_64, aarch64)
    openimagedenoise-devel (x86_64, aarch64)
    openimagedenoise-hip (x86_64, aarch64)
    openimagedenoise-hip-debuginfo (x86_64, aarch64)

    Maintainer: Anton Farygin


    ACL:
    Anton Farygin
    @everybody

      1. chrpath
      2. cmake
      3. python3
      4. libopenimageio-devel
      5. gcc-c++
      6. gcc14-c++
      7. rocm-comgr-devel
      8. rocm-device-libs
      9. nvidia-cuda-devel >= 12.8
      10. nvidia-cuda-devel-static
      11. tbb-devel
      12. hip-devel
      13. hip-runtime-amd
      14. hsa-rocr-devel
      15. ispc

    Last changed


    June 20, 2026 Anton Farygin 2.3.3-alt6
    - Fixed CUDA build against nvidia-cuda-devel 12.9:
      + set CUDAToolkit_ROOT (new scattered toolkit layout broke nvcc autodetect);
      + build CUDA device with gcc14 (nvcc 12.9 rejects gcc > 14).
    - Force HIP_PLATFORM=amd (co-installed CUDA made hipconfig pick nvidia,
      turning hip::device into an empty stub).
    Aug. 27, 2025 Konstantin Lepikhov 2.3.3-alt5
    - Disable sycl (can't reliably compile).
    - Added patch to fix already enabled FORTIFY_SOURCE warning.
    July 18, 2025 Konstantin Lepikhov 2.3.3-alt4
    - (WIP) hip/device: enabled gfx1031.