From 948b5d51e4c1412d2edac42b09c78c7b21ac20c8 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Wed, 1 Mar 2023 15:47:05 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3570 to 3571 [ROCm/clr commit: bc028e88f16400c11c88120a12b9bbe440529ecf] --- 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 c8c96219cd..6146e7ab43 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 3570 +#define AMD_PLATFORM_BUILD_NUMBER 3571 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER