Do not include cuda wappers for OMP for hip-clang (#1382)
[ROCm/clr commit: e72346dc24]
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
33af62d66e
Коммит
732c9829c1
@@ -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,
|
||||
|
||||
Ссылка в новой задаче
Block a user