From b3a7bda2cc17bcf39f2eac404a67ef69cdeb0f4d Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Thu, 27 Jan 2022 03:00:09 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3415 to 3416 [ROCm/clr commit: 87b6c5f14cd8ee304ece98d14aa5952020179d7e] --- 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 b0be85863e..9d89d1e7ee 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 3415 +#define AMD_PLATFORM_BUILD_NUMBER 3416 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER