Cycles: oneAPI: Add new arch codes for upcoming Intel hardware

Pull Request: https://projects.blender.org/blender/blender/pulls/147221
This commit is contained in:
Nikita Sirgienko
2025-10-04 22:34:54 +02:00
committed by Nikita Sirgienko
parent c8180af8de
commit 49414a72f6

View File

@@ -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";