From 1c19615a14a2c853b9fc07c2d18d59a929e8eef4 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Fri, 1 Apr 2022 03:00:06 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3441 to 3442 [ROCm/clr commit: 258e981094d6ebd631e54fd6127f090548e51dce] --- 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 9a68f4b5bd..de847cd777 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 3441 +#define AMD_PLATFORM_BUILD_NUMBER 3442 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER