17
0

10 Commits

Author SHA256 Message Date
215f21174b Accepting request 1327100 from home:darix:branches:graphics
- Update to 2.4.1:
  - Added AMD RDNA 3.5 GFX1152 GPU support

- Update to 2.4.0:
  - Added Intel AMX-FP16 support, dramatically improving
    performance on Intel Granite Rapids CPUs
  - Added Intel BMG-G31, Wildcat Lake, Nova Lake, and Crescent
    Island GPU support
  - Added AMD RDNA 3.5 GPU support, extended RDNA 2 support
  - Fixed integer overflow and out-of-bounds write issues in image
    loaders (only affects the oidnDenoise example application)
  - Added support for compilation with CUDA 13
  - Added support for compilation with ROCm 7
  - Removed support for NVIDIA Volta GPUs

OBS-URL: https://build.opensuse.org/request/show/1327100
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=18
2026-01-14 09:06:12 +00:00
1d65483e74 Accepting request 1274792 from home:Guillaume_G:branches:graphics
- Enable build on aarch64

OBS-URL: https://build.opensuse.org/request/show/1274792
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=16
2025-05-06 10:05:14 +00:00
368ae3e4b5 Accepting request 1267737 from home:darix:branches:graphics
- Update to 2.3.3:

OBS-URL: https://build.opensuse.org/request/show/1267737
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=14
2025-04-07 16:18:25 +00:00
d9e5ef1129 Accepting request 1171053 from home:darix:branches:graphics
The updated version needed for blender 4.1.1

The required ispc version is submitted in request 1171052.

OBS-URL: https://build.opensuse.org/request/show/1171053
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=12
2024-05-01 05:44:03 +00:00
386857c522 Accepting request 971947 from home:susnux:branches:graphics
- Update to 1.4.3:
  + Disabled VTune profiling support of oneDNN kernels
- Update to 1.4.2:
  + Added support for 16-bit half-precision floating-point images
  + Added oidnGetBufferData and oidnGetBufferSize functions
  + Fixed performance issue on x86 hybrid architecture CPUs
  + Fixed build error when using OpenImageIO 2.3 or later

OBS-URL: https://build.opensuse.org/request/show/971947
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=10
2022-04-22 07:08:28 +00:00
ca2ad49d19 Accepting request 921524 from home:frispete:blender
- Update to 1.4.1:
  + Fixed crash when in-place denoising images with certain unusual
    resolutions
  + Fixed compile error when building for Apple Silicon using some
    unofficial builds of ISPC
- Update to 1.4.0:
  + Improved fine detail preservation
  + Added the cleanAux filter parameter for further improving
    quality when the auxiliary feature (albedo, normal) images are
    noise-free
  + Added support for denoising auxiliary feature images, which can
    be used together with the new cleanAux parameter for improving
    quality when the auxiliary images are noisy (recommended for
    final frame denoising)
  + Normals are expected to be in the [-1, 1] range (but still do
    not have to be normalized)
  + Added the oidnUpdateFilterData function which must be called
    when the contents of an opaque data parameter bound to a filter
    (e.g. weights) has been changed after committing the filter
  + Added the oidnRemoveFilterImage and oidnRemoveFilterData
    functions for removing previously set image and opaque data
    parameters of filters
  + Reduced the overhead of oidnCommitFilter to zero in some cases
    (e.g. when changing already set image buffers/pointers or the
    inputScale parameter)
  + Reduced filter memory consumption by about 35%
  + Reduced total memory consumption significantly when using
    multiple filters that belong to the same device
  + Reduced the default maximum memory consumption to 3000 MB
  + Added the OIDN_FILTER_RT and OIDN_FILTER_RTLIGHTMAP CMake

OBS-URL: https://build.opensuse.org/request/show/921524
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=9
2021-09-30 07:44:23 +00:00
8e66ebd06e Accepting request 830261 from home:dirkmueller:branches:graphics
- update to 1.2.2:
  * Fixed unhandled exception when canceling filter execution from the
    progress monitor callback function
  * Fixed tiling artifacts when in-place denoising (using one of the input
  * Fixed ghosting/color bleeding artifacts in black regions when using
  * Fixed error when building as a static library (`OIDN_STATIC_LIB` option)
  * Fixed compile error for ISPC 1.13 and later
  * Fixed minor TBB detection issues
  * Fixed crash on pre-SSE4 CPUs when using some recent compilers (e.g. GCC 10)
  * Link C/C++ runtime library dynamically on Windows too by default
  * Renamed example apps (`oidnDenoise`, `oidnTest`)
  * Added benchmark app (`oidnBenchmark`)
  * Fixed random data augmentation seeding in training
  * Fixed training warning with PyTorch 1.5 and later
  * Added neural network training code
  * Added support for specifying user-trained models at runtime
  * Slightly improved denoising quality
  * Improved denoising speed by about 7-38% (mostly depending on the compiler)
  * Added `OIDN_STATIC_RUNTIME` CMake option (for Windows only)
  * Added support for OpenImageIO to the example apps (disabled by default)
  * Added check for minimum supported TBB version
  * Find debug versions of TBB
  * Added testing

OBS-URL: https://build.opensuse.org/request/show/830261
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=7
2020-08-28 13:01:37 +00:00
7d1e5e533f Accepting request 764919 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Build only for x86_64 as it is the only supported platform

OBS-URL: https://build.opensuse.org/request/show/764919
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=5
2020-01-16 12:04:38 +00:00
2631d1e310 Accepting request 755547 from home:frispete:blender
- add memory contraints: 8G

OBS-URL: https://build.opensuse.org/request/show/755547
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=3
2019-12-10 12:29:58 +00:00
0e89da2cfe Accepting request 750155 from home:frispete:blender
The new Blender 2.81 dependency, now with Stefan's comments applied.

OBS-URL: https://build.opensuse.org/request/show/750155
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=1
2019-11-21 19:25:17 +00:00