HIP: Heterogenous-computing Interface for Portability
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hcc.h
1 #ifndef HCC_H
2 #define HCC_H
3 
4 #if defined(__HIP_PLATFORM_HCC__) && !defined (__HIP_PLATFORM_NVCC__)
5 #include <hcc_detail/hcc_acc.h>
6 #endif
7 
8 #endif