From a78bdbd38444fac9c0ad9cc9cbaf73263520f0b3 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Fri, 15 Jul 2022 03:02:41 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3485 to 3486 [ROCm/clr commit: f8627e6121b0536cff2b946063db885556631eff] --- 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 b4ab0b6960..a7c5438466 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 3485 +#define AMD_PLATFORM_BUILD_NUMBER 3486 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER