From c635580583a7193a2df91f323de974e4435dd7b9 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Wed, 18 Aug 2021 03:00:06 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3354 to 3355 [ROCm/clr commit: 5426c323de9c44e9ed5c525dafb9b0f0e2e2bc70] --- 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 8ef6f56b12..af5d8361d8 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 3354 +#define AMD_PLATFORM_BUILD_NUMBER 3355 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER