From f8a4c3c29f30bbf653edf43f380bb4b543b74494 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Fri, 6 May 2022 03:00:04 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3461 to 3462 [ROCm/clr commit: 61895fb39b1bc19dc0911e1831450b1b93c9df04] --- 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 cb6172fe3a..76aeba723b 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 3461 +#define AMD_PLATFORM_BUILD_NUMBER 3462 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER