From c83a44246fa4f9133812744dff49d88750cb7623 Mon Sep 17 00:00:00 2001 From: Dmitry Vodoypanov Date: Mon, 12 Feb 2024 07:28:38 -0800 Subject: [PATCH] Add unique ID --- sycl/source/detail/device_info.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/source/detail/device_info.hpp b/sycl/source/detail/device_info.hpp index 8434fb79e4a88..0e205342006b7 100644 --- a/sycl/source/detail/device_info.hpp +++ b/sycl/source/detail/device_info.hpp @@ -638,6 +638,7 @@ constexpr std::pair IntelGPUArchitectures[] = { {0x030e0005, oneapi_exp_arch::intel_gpu_acm_g11}, {0x030e4000, oneapi_exp_arch::intel_gpu_acm_g12}, {0x030f0007, oneapi_exp_arch::intel_gpu_pvc}, + {0x030f4007, oneapi_exp_arch::intel_gpu_pvc_vg}, }; // Only for Intel CPU architectures