From b1eda6f40e39bdd244e2b94d3608e5c724f7e81b Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Fri, 29 Oct 2021 03:00:05 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3384 to 3385 [ROCm/clr commit: 712b65765ea997742cb0284ada7636e30f7385d2] --- 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 c6507eddfa..b6f3209401 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 3384 +#define AMD_PLATFORM_BUILD_NUMBER 3385 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER