From 1c28cbdfb611f26215da967a35b21b7a5d63c8de Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Sat, 16 Apr 2022 03:00:07 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3448 to 3449 [ROCm/clr commit: 5d9063147cb4bd21533a275be712a32aa7c5b308] --- 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 379f7d2fea..2c97f22e2b 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 3448 +#define AMD_PLATFORM_BUILD_NUMBER 3449 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER