Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2021-11-09 18:00:06 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-11-10 22:16:44 +0300
commit7689f501e2c3beb3535e4a390971d7b0fde74ee9 (patch)
tree3bd83198e060a4e90ab3c265208bdb18a13d261e /build_files
parente507a789b355a7f96ff01a83707d1a5cc306b0c5 (diff)
Cycles: enable HIP device and binaries on Windows
We've now done testing to confirm this works with RDNA and RDNA2 AMD GPUs on Windows. The AMD driver needed for this will soon be released publicly.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/config/blender_release.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/config/blender_release.cmake b/build_files/cmake/config/blender_release.cmake
index b8180d733de..04074db688d 100644
--- a/build_files/cmake/config/blender_release.cmake
+++ b/build_files/cmake/config/blender_release.cmake
@@ -81,4 +81,5 @@ if(NOT APPLE)
set(WITH_CYCLES_DEVICE_OPTIX ON CACHE BOOL "" FORCE)
set(WITH_CYCLES_CUDA_BINARIES ON CACHE BOOL "" FORCE)
set(WITH_CYCLES_CUBIN_COMPILER OFF CACHE BOOL "" FORCE)
+ set(WITH_CYCLES_HIP_BINARIES ON CACHE BOOL "" FORCE)
endif()