From e6578eda9cbcf4e8511074be22e14cd08f118584 Mon Sep 17 00:00:00 2001 From: German Date: Mon, 18 Dec 2023 16:39:41 -0500 Subject: [PATCH] SWDEV-1 - Promote PAL verison to 843 Change-Id: I2b8d2fd1df61b376598da53bef530243f8d6e757 [ROCm/clr commit: adf9406a16d86d04ae3e9fe607a96ae3bf5e1111] --- projects/clr/rocclr/cmake/ROCclrPAL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/cmake/ROCclrPAL.cmake b/projects/clr/rocclr/cmake/ROCclrPAL.cmake index a335a439d0..3cc497e0fa 100644 --- a/projects/clr/rocclr/cmake/ROCclrPAL.cmake +++ b/projects/clr/rocclr/cmake/ROCclrPAL.cmake @@ -20,7 +20,7 @@ set(PAL_CLIENT "OCL") -set(PAL_CLIENT_INTERFACE_MAJOR_VERSION 836) +set(PAL_CLIENT_INTERFACE_MAJOR_VERSION 843) set(GPUOPEN_CLIENT_INTERFACE_MAJOR_VERSION 42) set(GPUOPEN_CLIENT_INTERFACE_MINOR_VERSION 0) set(AMD_DK_ROOT $ENV{DK_ROOT})