Bug 277108 - graphics/oidn: update to 2.2.0
Summary: graphics/oidn: update to 2.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/OpenImageDenoise/o...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-17 11:27 UTC by Vladimir Druzenko
Modified: 2024-02-17 18:11 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)
yuri: maintainer-feedback+


Attachments
update to 2.2.0 (2.24 KB, patch)
2024-02-17 11:27 UTC, Vladimir Druzenko
vvd: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Druzenko freebsd_committer freebsd_triage 2024-02-17 11:27:46 UTC
Created attachment 248524 [details]
update to 2.2.0

Open Image Denoise v2.2.0
 * Improved denoising quality (better fine detail reconstruction)
 * Added Intel Meteor Lake GPU support (in Intel® Core™ Ultra Processors)
 * Added Metal device for Apple silicon GPUs (requires macOS Ventura or newer)
 * Added ARM64 (AArch64) CPU support on Windows and Linux (in addition to macOS)
 * Improved CPU performance
 * Significantly reduced overhead of committing filter changes
 * Switched to the CUDA driver API by default, added the OIDN_DEVICE_CUDA_API
 * CMake option for manually selecting between the driver and runtime APIs
 * Fixed crash when releasing a buffer after releasing the device

graphics/blender 4.0.2 build fine with new version on 13.2-p9 amd64, 3.6.1 not tested.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-02-17 15:53:35 UTC
Hi Vladimir,

Thanks for the patch.

Please commit it.


Yuri
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-02-17 18:09:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ebb540a92833456432bc3a9709714ba35843826

commit 7ebb540a92833456432bc3a9709714ba35843826
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-02-17 18:07:08 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-02-17 18:07:08 +0000

    graphics/oidn: update to 2.2.0

    Open Image Denoise v2.2.0
     * Improved denoising quality (better fine detail reconstruction)
     * Added Intel Meteor Lake GPU support (in Intel® Core™ Ultra Processors)
     * Added Metal device for Apple silicon GPUs (requires macOS Ventura or newer)
     * Added ARM64 (AArch64) CPU support on Windows and Linux (in addition to macOS)
     * Improved CPU performance
     * Significantly reduced overhead of committing filter changes
     * Switched to the CUDA driver API by default, added the OIDN_DEVICE_CUDA_API
     * CMake option for manually selecting between the driver and runtime APIs
     * Fixed crash when releasing a buffer after releasing the device
    https://github.com/OpenImageDenoise/oidn/releases/tag/v2.2.0

    PR:             277108
    Approved by:    yuri (maintainer), tcberner (mentor)

 graphics/oidn/Makefile |  4 ++--
 graphics/oidn/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)