From cf4f0c8cd3e750729570362bc4c0d41496ff31f4 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Wed, 28 Apr 2021 03:00:08 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3299 to 3300 [ROCm/clr commit: d770b28a3fdb7791645e8bc22d5dd764a1fa80d9] --- 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 70549b41c1..78e747721b 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 3299 +#define AMD_PLATFORM_BUILD_NUMBER 3300 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER