From 7f9ec8bdc5764cdf53b8a029f7f7e404f00c18e5 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Fri, 27 Jan 2023 03:00:07 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3562 to 3563 [ROCm/clr commit: e3aa7a5b3d9571f9df994be94f3eea56c7ceb78f] --- 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 d34c5ce35b..0ddc862d36 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 3562 +#define AMD_PLATFORM_BUILD_NUMBER 3563 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER