From a0e7f7cbdef30f8669d237a51711cce347184ce6 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Thu, 15 Jul 2021 03:00:05 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3337 to 3338 [ROCm/clr commit: db104d71c838269f8b6968b45de70421cf890ee4] --- 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 3af0f74584..1daeaffdc9 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 3337 +#define AMD_PLATFORM_BUILD_NUMBER 3338 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER