From bdb3d41a29b50061da32cabd7c5ba70065b2b9a2 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 12 Aug 2024 14:52:17 -0700 Subject: [PATCH] intel/dev: Add INTEL_PLATFORM_NVL_P platform enum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jordan Justen Acked-by: Lionel Landwerlin Reviewed-by: José Roberto de Souza Part-of: --- src/intel/dev/intel_device_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/dev/intel_device_info.py b/src/intel/dev/intel_device_info.py index c80c76180d5..b9d9bd08078 100644 --- a/src/intel/dev/intel_device_info.py +++ b/src/intel/dev/intel_device_info.py @@ -137,6 +137,7 @@ Enum("intel_platform", "INTEL_PLATFORM_PTL", "INTEL_PLATFORM_WCL", "INTEL_PLATFORM_NVL_U", + "INTEL_PLATFORM_NVL_P", ]) Struct("intel_memory_class_instance",