From 65b85d1b33b5cee318fd88e269b2536bdfca68c4 Mon Sep 17 00:00:00 2001 From: German Date: Mon, 6 Nov 2023 18:03:45 -0500 Subject: [PATCH] SWDEV-1 - Switch to PAL interface 836 Change-Id: I90cdbf3afa19220e968f8f24e5707ee0c37a73ce --- rocclr/cmake/ROCclrPAL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/cmake/ROCclrPAL.cmake b/rocclr/cmake/ROCclrPAL.cmake index 6fb2131a56..a335a439d0 100644 --- a/rocclr/cmake/ROCclrPAL.cmake +++ b/rocclr/cmake/ROCclrPAL.cmake @@ -20,7 +20,7 @@ set(PAL_CLIENT "OCL") -set(PAL_CLIENT_INTERFACE_MAJOR_VERSION 818) +set(PAL_CLIENT_INTERFACE_MAJOR_VERSION 836) set(GPUOPEN_CLIENT_INTERFACE_MAJOR_VERSION 42) set(GPUOPEN_CLIENT_INTERFACE_MINOR_VERSION 0) set(AMD_DK_ROOT $ENV{DK_ROOT})