From d19ad12b45c14dee9d17272cbc1d1b22d3a725aa Mon Sep 17 00:00:00 2001 From: bsavery Date: Thu, 19 Oct 2023 18:03:31 +0200 Subject: [PATCH] Cycles: add support for AMD RDNA3 APUs Pull Request: https://projects.blender.org/blender/blender/pulls/113696 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d9977a821a..eb9c4ee9d59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)