Do not include cuda wappers for OMP for hip-clang (#1382)
This commit is contained in:
committed by
Maneesh Gupta
parent
6545521d6c
commit
8fe8fc18c0
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user