From df7f58d43d39fd16786fd07938ce10f1dc47d4f8 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Sun, 22 Nov 2020 03:00:03 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3231 to 3232 [ROCm/clr commit: 81e22bf4b7b3459a0c4410a1d39d78b5dcaee26d] --- 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 61f80a88b5..af07664352 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 3231 +#define AMD_PLATFORM_BUILD_NUMBER 3232 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER