From aeb2e28f75f97ed1c8a88254f6510b7898c5e035 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Wed, 27 Oct 2021 03:00:04 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3382 to 3383 [ROCm/clr commit: 5ad666093a3012a840d31a1fe54ca62e060b800c] --- 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 db8b711ce3..80046f9b01 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 3382 +#define AMD_PLATFORM_BUILD_NUMBER 3383 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER