From cf25ce9dc807526080207cadbefb4dce33fb94fb Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Wed, 31 Mar 2021 03:00:06 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3282 to 3283 [ROCm/clr commit: 925da60e8877c32bb4d53a03b7f97c552fe95aed] --- 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 c618880904..096de36ded 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 3282 +#define AMD_PLATFORM_BUILD_NUMBER 3283 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER