Do not include cuda wappers for OMP for hip-clang (#1382)

This commit is contained in:
Yaxun (Sam) Liu
2019-09-03 01:13:59 -04:00
committed by Maneesh Gupta
parent 6545521d6c
commit 8fe8fc18c0
+2
View File
@@ -447,6 +447,7 @@ hc_get_workitem_absolute_id(int dim)
#endif
// Support std::complex.
#ifndef _OPENMP
#pragma push_macro("__CUDA__")
#define __CUDA__
#include <__clang_cuda_math_forward_declares.h>
@@ -456,6 +457,7 @@ hc_get_workitem_absolute_id(int dim)
#include <cuda_wrappers/new>
#undef __CUDA__
#pragma pop_macro("__CUDA__")
#endif // ndef _OPENMP
#if __HIP_VDI__
hipError_t hipExtModuleLaunchKernel(hipFunction_t f, uint32_t globalWorkSizeX,