From a3e56d08b7f877bd03a6a404d2e07fb9b596efa3 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Thu, 18 Nov 2021 03:00:10 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3391 to 3392 [ROCm/clr commit: 874513375f3bb25c98cae8050aa796437d3cf127] --- 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 311c9cc80b..066a2c058a 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 3391 +#define AMD_PLATFORM_BUILD_NUMBER 3392 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER