b951cc99ed
Change-Id: I7a7b2839b4df59c7a4c503550f99fdc9e45c0f54
9 строки
150 B
C
9 строки
150 B
C
#ifndef HCC_H
|
|
#define HCC_H
|
|
|
|
#if defined(__HIP_PLATFORM_HCC__) && !defined (__HIP_PLATFORM_NVCC__)
|
|
#include "hip/hcc_detail/hcc_acc.h"
|
|
#endif
|
|
|
|
#endif
|