36 #ifndef HIP_INCLUDE_HIP_HIP_RUNTIME_H 37 #define HIP_INCLUDE_HIP_HIP_RUNTIME_H 47 #if __cplusplus > 199711L 52 #include <hip/hip_common.h> 54 #if defined(__HIP_PLATFORM_HCC__) && !defined (__HIP_PLATFORM_NVCC__) 56 #elif defined(__HIP_PLATFORM_NVCC__) && !defined (__HIP_PLATFORM_HCC__) 57 #include <hip/nvcc_detail/hip_runtime.h> 59 #error("Must define exactly one of __HIP_PLATFORM_HCC__ or __HIP_PLATFORM_NVCC__"); 63 #include <hip/hip_runtime_api.h> 64 #include <hip/hip_vector_types.h> Contains definitions of APIs for HIP runtime.