From 103a6fcca8dd48815398fd3a061f9ae352fcbf42 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Thu, 10 Sep 2020 03:00:03 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3195 to 3196 [ROCm/clr commit: e01cdb5530b50f6f3441874ab5514a7ceca573a8] --- 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 f3713f511b..8fe07e8766 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 3195 +#define AMD_PLATFORM_BUILD_NUMBER 3196 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER