From 604a489c4b64bbbefb4b9e92430c26d4e3be3c96 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Wed, 22 Sep 2021 03:00:07 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3369 to 3370 [ROCm/clr commit: f27d17acd31e052936a77f1c5e1957aedc6acf57] --- 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 cbd2e4caef..ae532756e6 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 3369 +#define AMD_PLATFORM_BUILD_NUMBER 3370 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER