From 5b43b36a1b5d2c2060643d2a0ff60be878d157ea Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Thu, 17 Mar 2022 03:00:10 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3433 to 3434 [ROCm/clr commit: c36b5936574976ab268e13f7abd77a9c0b8ca31d] --- 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 94fb7933a1..84d41aa3bb 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 3433 +#define AMD_PLATFORM_BUILD_NUMBER 3434 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER