You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -243,7 +245,7 @@ additional prerequisites are needed:
243
245
-[CMake](http://www.cmake.org) 3.18 or newer
244
246
245
247
-[NVIDIA CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit)
246
-
11.8 or newer
248
+
12.8 or newer
247
249
248
250
#### HIP device for AMD GPUs:
249
251
@@ -252,7 +254,7 @@ additional prerequisites are needed:
252
254
-[Ninja](https://ninja-build.org) or Make as the CMake generator. The
253
255
Visual Studio generator is *not* supported.
254
256
255
-
-[AMD ROCm (HIP SDK)](https://rocm.docs.amd.com) v6.1.2 or newer.
257
+
-[AMD ROCm (HIP SDK)](https://rocm.docs.amd.com) v6.2.4 or newer.
256
258
257
259
- Perl (e.g. [Strawberry Perl](https://strawberryperl.com) on Windows)
258
260
@@ -402,6 +404,9 @@ CMake:
402
404
-`OIDN_LIBRARY_NAME`: Specifies the base name of the Open Image
403
405
Denoise library files (`OpenImageDenoise` by default).
404
406
407
+
-`OIDN_LIBRARY_VERSIONED`: Enable versioning of the Open Image
408
+
Denoise library files, where available (ON by default).
409
+
405
410
-`OIDN_API_NAMESPACE`: Specifies a namespace to put all Open Image
406
411
Denoise API symbols inside. This is also added as an outer namespace
407
412
for the C++ wrapper API. By default no namespace is used and plain C
@@ -450,7 +455,9 @@ CMake:
450
455
-`OIDN_INSTALL_DEPENDENCIES`: Enable installing the dependencies
451
456
(e.g. TBB, SYCL runtime) as well.
452
457
453
-
-`OIDN_DEPENDENTLOADFLAG`: Value for DEPENDENTLOADFLAG linker flag on Windows. For more information, see [SECURITY.md](SECURITY.md#security-considerations)
458
+
-`OIDN_DEPENDENTLOADFLAG`: Value for `DEPENDENTLOADFLAG` linker flag
0 commit comments