From 80dad846c6a28b224be6b27997da30be95c1abc6 Mon Sep 17 00:00:00 2001 From: Xavier Hallade Date: Mon, 8 Apr 2024 18:18:55 +0200 Subject: [PATCH] Cycles: Adjust Meteor Lake GPUs architecture version Released devices are 12.70.4 or higher, there is no need to build for 12.70.0. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c98b2d6a3e2..9189d15955e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -722,8 +722,8 @@ This option is only for debugging purposes." # https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compilation/ahead-of-time-compilation.html # The target architectures levels can be retrieved from `ocloc` output when running # `ocloc compile -device {device_id} test.c` for given GPUs PCI device IDs. - # 12.55.8 is for Arc Alchemist GPUs. 12.70.0 for Meteor Lake iGPUs. - set(CYCLES_ONEAPI_INTEL_BINARIES_ARCH 12.55.8 12.70.0 CACHE STRING "\ + # 12.55.8 is for Arc Alchemist GPUs. 12.70.4 for Meteor Lake iGPUs. + set(CYCLES_ONEAPI_INTEL_BINARIES_ARCH 12.55.8 12.70.4 CACHE STRING "\ oneAPI Intel GPU architectures to build binaries for" ) set(CYCLES_ONEAPI_SYCL_TARGETS spir64 spir64_gen CACHE STRING "\