Merge pull request #543 from ROCm-Developer-Tools/add-std-complex

Support std::complex for hip-clang
This commit is contained in:
Maneesh Gupta
2018-07-19 07:14:45 +05:30
committed by GitHub
4 changed files with 631 additions and 268 deletions
+10
View File
@@ -440,6 +440,16 @@ extern const __device__ __attribute__((weak)) __hip_builtin_gridDim_t gridDim;
#include <hip/hcc_detail/math_functions.h>
// Support std::complex.
#pragma push_macro("__CUDA__")
#define __CUDA__
#include <__clang_cuda_math_forward_declares.h>
#include <__clang_cuda_complex_builtins.h>
#include <cuda_wrappers/algorithm>
#include <cuda_wrappers/complex>
#undef __CUDA__
#pragma pop_macro("__CUDA__")
#endif
#endif // HIP_HCC_DETAIL_RUNTIME_H
File diff suppressed because it is too large Load Diff