Cycles: keep HIP device disabled until we have binaries

And clear communication about supported hardware.

Ref T92397
This commit is contained in:
Brecht Van Lommel 2021-10-22 07:33:56 +02:00
parent 05ab3356a7
commit b0d64841d2
Notes: blender-bot 2023-02-13 17:22:00 +01:00
Referenced by issue #92397, blender 3.0 Alpha build, HIP does not detect AMD GPU
1 changed files with 1 additions and 1 deletions

View File

@ -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)