Files
rocm-systems/projects/hip/include/hcc.h
T
2016-04-06 14:18:51 -05:00

9 lines
146 B
C

#ifndef HCC_H
#define HCC_H
#if defined(__HIP_PLATFORM_HCC__) && !defined (__HIP_PLATFORM_NVCC__)
#include <hcc_detail/hcc_acc.h>
#endif
#endif