Cycles: add support for AMD RDNA3 APUs

Pull Request: https://projects.blender.org/blender/blender/pulls/113696
This commit is contained in:
bsavery 2023-10-19 18:03:31 +02:00 committed by Brecht Van Lommel
parent cb0d260c4b
commit d19ad12b45
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ if(NOT APPLE)
gfx900 gfx90c gfx902
gfx1010 gfx1011 gfx1012
gfx1030 gfx1031 gfx1032 gfx1034 gfx1035 gfx1036
gfx1100 gfx1101 gfx1102
gfx1100 gfx1101 gfx1102 gfx1103
CACHE STRING "AMD HIP architectures to build binaries for"
)
mark_as_advanced(WITH_CYCLES_DEVICE_HIP)