From 59a8423e04d8b9347e7cb8cd4dcd022b2c688b75 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Fri, 4 Jun 2021 03:00:06 -0400 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3318 to 3319 [ROCm/clr commit: 9dfc938118b3c925572e07465f16560364f106c4] --- 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 7663d9cc6c..66da8d420a 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 3318 +#define AMD_PLATFORM_BUILD_NUMBER 3319 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER