From 3c01989266305530c251e231a09003ae2d9f86e6 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Thu, 6 Oct 2022 03:00:06 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3511 to 3512 [ROCm/clr commit: 3e3fa68657bf3a573fe152308ae21294252f4a3d] --- projects/clr/rocclr/utils/versions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/utils/versions.hpp b/projects/clr/rocclr/utils/versions.hpp index d136ee18f5..e289fc2127 100644 --- a/projects/clr/rocclr/utils/versions.hpp +++ b/projects/clr/rocclr/utils/versions.hpp @@ -28,7 +28,7 @@ #endif // AMD_PLATFORM_NAME #ifndef AMD_PLATFORM_BUILD_NUMBER -#define AMD_PLATFORM_BUILD_NUMBER 3511 +#define AMD_PLATFORM_BUILD_NUMBER 3512 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER