From 3e0539fc40921c766b881eaed8df0aeb08a70d3e Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Fri, 5 Nov 2021 03:00:04 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3385 to 3386 [ROCm/clr commit: b44dc91f4fe6e815b723f061fd8d50f3f9282ce3] --- 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 b6f3209401..596848b1a9 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 3385 +#define AMD_PLATFORM_BUILD_NUMBER 3386 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER