From 3ea2f872cabfacb1c615810a802199a8fb1b0d2e Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Tue, 15 Sep 2020 12:32:54 -0400 Subject: [PATCH] Fix a warning with cooperative groups header SWDEV-252413 Change-Id: Ia098464b670f26416b79cc67805b8accb6bec903 [ROCm/clr commit: 531c2c75963c5326a02091874be586b86e2aa844] --- projects/clr/hipamd/include/hip/hip_cooperative_groups.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hip/hip_cooperative_groups.h b/projects/clr/hipamd/include/hip/hip_cooperative_groups.h index d919e83c7f..2fea4a5001 100644 --- a/projects/clr/hipamd/include/hip/hip_cooperative_groups.h +++ b/projects/clr/hipamd/include/hip/hip_cooperative_groups.h @@ -28,7 +28,7 @@ THE SOFTWARE. */ #ifndef HIP_INCLUDE_HIP_HIP_COOPERATIVE_GROUP_H -#define HIP_INCLUDE_HIP_HIP_VECTOR_TYPES_H +#define HIP_INCLUDE_HIP_HIP_COOPERATIVE_GROUP_H #if defined(__HIP_PLATFORM_HCC__) && !defined(__HIP_PLATFORM_NVCC__) #if __cplusplus