Back to top
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-5.4.1/include/hip/hip_cooperative_groups.h Source File
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-5.4.1/include/hip/hip_cooperative_groups.h Source File
HIP Runtime API Reference: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-5.4.1/include/hip/hip_cooperative_groups.h Source File
Go to the documentation of this file.
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_HCC__) || defined(__HIP_PLATFORM_AMD__)) && !(defined(__HIP_PLATFORM_NVCC__) || defined(__HIP_PLATFORM_NVIDIA__))
37 #if __cplusplus && defined(__clang__) && defined(__HIP__)
38 #include <hip/amd_detail/amd_hip_cooperative_groups.h>
40 #elif !(defined(__HIP_PLATFORM_HCC__) || defined(__HIP_PLATFORM_AMD__)) && (defined(__HIP_PLATFORM_NVCC__) || 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__" );