cf9cefcb6a
[ROCm/hip commit: 1dcdfc93f1]
9 lines
146 B
C
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
|