30 #ifndef HIP_INCLUDE_HIP_HIP_COOPERATIVE_GROUP_H 
   31 #define HIP_INCLUDE_HIP_HIP_COOPERATIVE_GROUP_H 
   33 #include <hip/hip_version.h> 
   36 #if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__) 
   37 #if __cplusplus && defined(__clang__) && defined(__HIP__) 
   40 #elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__) 
   41 #include <hip/nvidia_detail/nvidia_hip_cooperative_groups.h> 
   43 #error ("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");
 
Device side implementation of Cooperative Group feature.