From ea5fd8fa2e2f68fddfb9116fb5230c14281090d5 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Sat, 12 Sep 2020 03:00:02 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3197 to 3198 [ROCm/clr commit: 33138c7a52f2620b05de364e4769af01aac92680] --- 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 7cb5ae40cd..0d1c6c1c49 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 3197 +#define AMD_PLATFORM_BUILD_NUMBER 3198 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER