|
1 | 1 | # Intel® Open Image Denoise |
2 | 2 |
|
3 | | -This is release v2.3.1 of Intel Open Image Denoise. For changes and new |
| 3 | +This is release v2.3.2 of Intel Open Image Denoise. For changes and new |
4 | 4 | features see the [changelog](CHANGELOG.md). Visit |
5 | 5 | https://www.openimagedenoise.org for more information. |
6 | 6 |
|
@@ -100,9 +100,9 @@ recommended if running on Windows. |
100 | 100 | For NVIDIA GPU support, please also install the latest [NVIDIA graphics |
101 | 101 | drivers](https://www.nvidia.com/en-us/geforce/drivers/): |
102 | 102 |
|
103 | | - - Windows: Version 452.39 or newer |
| 103 | + - Windows: Version 527.41 or newer |
104 | 104 |
|
105 | | - - Linux: Version 450.80.02 or newer |
| 105 | + - Linux: Version 525.60.13 or newer |
106 | 106 |
|
107 | 107 | For AMD GPU support, please also install the latest [AMD graphics |
108 | 108 | drivers](https://www.amd.com/en/support): |
@@ -140,7 +140,7 @@ cite the project using the following BibTeX entry: |
140 | 140 | @misc{OpenImageDenoise, |
141 | 141 | author = {Attila T. {\'A}fra}, |
142 | 142 | title = {{Intel\textsuperscript{\textregistered} Open Image Denoise}}, |
143 | | - year = {2024}, |
| 143 | + year = {2025}, |
144 | 144 | note = {\url{https://www.openimagedenoise.org}} |
145 | 145 | } |
146 | 146 | ``` |
@@ -1210,8 +1210,8 @@ find a handle type which is supported by both the Open Image Denoise |
1210 | 1210 | device (see `externalMemoryTypes` device parameter) and the graphics |
1211 | 1211 | API. Note that different GPU vendors may support different handle types. |
1212 | 1212 | To ensure compatibility with all device types, applications should |
1213 | | -support at least `OIDN_EXTERNAL_MEMORY_TYPE_FLAG_OPAQUE_FD` on Windows |
1214 | | -and both `OIDN_EXTERNAL_MEMORY_TYPE_FLAG_OPAQUE_FD` and |
| 1213 | +support at least `OIDN_EXTERNAL_MEMORY_TYPE_FLAG_OPAQUE_WIN32` on |
| 1214 | +Windows and both `OIDN_EXTERNAL_MEMORY_TYPE_FLAG_OPAQUE_FD` and |
1215 | 1215 | `OIDN_EXTERNAL_MEMORY_TYPE_FLAG_DMA_BUF` on Linux. All possible external |
1216 | 1216 | memory types are listed in the table below. |
1217 | 1217 |
|
|
0 commit comments