HIP: Heterogenous-computing Interface for Portability
hip_cooperative_groups.h
1 #ifndef HIP_INCLUDE_HIP_NVCC_DETAIL_HIP_COOPERATIVE_GROUPS_H
2 #define HIP_INCLUDE_HIP_NVCC_DETAIL_HIP_COOPERATIVE_GROUPS_H
3 
4 // Include CUDA headers
5 #include <cuda_runtime.h>
6 #include <cooperative_groups.h>
7 
8 // Include HIP wrapper headers around CUDA
9 #include <hip/hip_runtime.h>
10 #include <hip/hip_runtime_api.h>
11 
12 #endif // HIP_INCLUDE_HIP_NVCC_DETAIL_HIP_COOPERATIVE_GROUPS_H
hip_runtime_api.h
Defines the API signatures for HIP runtime. This file can be compiled with a standard compiler.