From 49414a72f607ccd15f8b71b81edc9aff040d581e Mon Sep 17 00:00:00 2001 From: Nikita Sirgienko Date: Sat, 4 Oct 2025 22:34:54 +0200 Subject: [PATCH] Cycles: oneAPI: Add new arch codes for upcoming Intel hardware Pull Request: https://projects.blender.org/blender/blender/pulls/147221 --- intern/cycles/device/oneapi/device_impl.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/intern/cycles/device/oneapi/device_impl.cpp b/intern/cycles/device/oneapi/device_impl.cpp index ae9ecea8a64..fe1dad306e1 100644 --- a/intern/cycles/device/oneapi/device_impl.cpp +++ b/intern/cycles/device/oneapi/device_impl.cpp @@ -1560,7 +1560,10 @@ void OneapiDevice::architecture_information(const SyclDevice *device, FILL_ARCH_INFO(intel_gpu_mtl_u, true) FILL_ARCH_INFO(intel_gpu_mtl_h, true) FILL_ARCH_INFO(intel_gpu_bmg_g21, true) + FILL_ARCH_INFO(intel_gpu_bmg_g31, true) FILL_ARCH_INFO(intel_gpu_lnl_m, true) + FILL_ARCH_INFO(intel_gpu_ptl_h, true) + FILL_ARCH_INFO(intel_gpu_ptl_u, true) default: name = "unknown";