File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Version History
22---------------
33
4- - Added support for AMD RDNA 3.5 GFX1152 GPU
4+ ### Changes in v2.4.1:
5+
6+ - Added AMD RDNA 3.5 GFX1152 GPU support
57
68### Changes in v2.4.0:
79
Original file line number Diff line number Diff line change 11# Intel® Open Image Denoise
22
3- This is release v2.4.0 of Intel Open Image Denoise. For changes and new
3+ This is release v2.4.1 of Intel Open Image Denoise. For changes and new
44features see the [ changelog] ( CHANGELOG.md ) . Visit
55https://www.openimagedenoise.org for more information.
66
@@ -250,9 +250,7 @@ additional prerequisites are needed:
250250 - [ Ninja] ( https://ninja-build.org ) or Make as the CMake generator. The
251251 Visual Studio generator is * not* supported.
252252
253- - [ AMD ROCm (HIP SDK)] ( https://rocm.docs.amd.com ) v6.2.4 or newer.
254-
255- - Perl (e.g. [ Strawberry Perl] ( https://strawberryperl.com ) on Windows)
253+ - [ AMD ROCm (HIP SDK)] ( https://rocm.docs.amd.com ) v6.4.2 or newer.
256254
257255#### Metal device for Apple GPUs:
258256
Original file line number Diff line number Diff line change 33
44set (OIDN_VERSION_MAJOR 2)
55set (OIDN_VERSION_MINOR 4)
6- set (OIDN_VERSION_PATCH 0 )
6+ set (OIDN_VERSION_PATCH 1 )
77set (OIDN_VERSION_NOTE "" )
88
99set (OIDN_VERSION ${OIDN_VERSION_MAJOR} .${OIDN_VERSION_MINOR} .${OIDN_VERSION_PATCH} )
You can’t perform that action at this time.
0 commit comments