From 90daf76d8cd3f9a2c867b7762847ed5704634db8 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Tue, 15 Sep 2020 03:00:03 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3199 to 3200 [ROCm/clr commit: de6e02f98be9e6008f5b11ef8494698f3179385b] --- 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 4b3772f515..a0949bb4d5 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 3199 +#define AMD_PLATFORM_BUILD_NUMBER 3200 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER