From bb8828bf7b3e3a4c322bdbbd7747fcd2ca3a200a 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/hip commit: ddceeac8eb854d14438b035c35e937876fcd6c7b] --- projects/hip/include/hip/hip_cooperative_groups.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hip_cooperative_groups.h b/projects/hip/include/hip/hip_cooperative_groups.h index d919e83c7f..2fea4a5001 100644 --- a/projects/hip/include/hip/hip_cooperative_groups.h +++ b/projects/hip/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