From ac9195f34ab636e33e898b1a3306b6579ed8260c Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Sat, 9 Apr 2022 03:00:05 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3444 to 3445 [ROCm/clr commit: 66d404f7079a0023006663133f32cb8548f78c04] --- 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 cc6fd5f9f2..77f1667f03 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 3444 +#define AMD_PLATFORM_BUILD_NUMBER 3445 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER