[Bf-blender-cvs] [b0d64841d23] master: Cycles: keep HIP device disabled until we have binaries

Brecht Van Lommel noreply at git.blender.org
Fri Oct 22 08:19:59 CEST 2021


Commit: b0d64841d23aecc2f84135857e1e2841e376f460
Author: Brecht Van Lommel
Date:   Fri Oct 22 07:33:56 2021 +0200
Branches: master
https://developer.blender.org/rBb0d64841d23aecc2f84135857e1e2841e376f460

Cycles: keep HIP device disabled until we have binaries

And clear communication about supported hardware.

Ref T92397

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94a5ff27491..52958d45abf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -434,7 +434,7 @@ mark_as_advanced(WITH_CYCLES_NATIVE_ONLY)
 
 option(WITH_CYCLES_DEVICE_CUDA              "Enable Cycles CUDA compute support" ON)
 option(WITH_CYCLES_DEVICE_OPTIX             "Enable Cycles OptiX support" ON)
-option(WITH_CYCLES_DEVICE_HIP               "Enable Cycles HIP support" ON)
+option(WITH_CYCLES_DEVICE_HIP               "Enable Cycles HIP support" OFF)
 mark_as_advanced(WITH_CYCLES_DEVICE_HIP)
 mark_as_advanced(WITH_CYCLES_DEVICE_CUDA)



More information about the Bf-blender-cvs mailing list