[PATCH] D108552: [OpenMP][AMDGCN] Enable complex functions

2021-08-24 Thread Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG07e85823aa75: [OpenMP][AMDGCN] Enable complex functions (authored by Pushpinder Singh ). Repository: rG LLVM Githu

[PATCH] D108552: [OpenMP][AMDGCN] Enable complex functions

2021-08-23 Thread Johannes Doerfert via Phabricator via cfe-commits
jdoerfert accepted this revision. jdoerfert added a comment. This revision is now accepted and ready to land. LG Comment at: clang/lib/Headers/openmp_wrappers/complex:20 +#ifdef __NVPTX__ #define __OPENMP_NVPTX__ JonChesterfield wrote: > I don't think this s

[PATCH] D108552: [OpenMP][AMDGCN] Enable complex functions

2021-08-23 Thread Jon Chesterfield via Phabricator via cfe-commits
JonChesterfield added a comment. Macros fine by me, haven't found time to look at what is going on with variant Comment at: clang/lib/Headers/openmp_wrappers/complex:20 +#ifdef __NVPTX__ #define __OPENMP_NVPTX__ I don't think this should be necessary - the d

[PATCH] D108552: [OpenMP][AMDGCN] Enable complex functions

2021-08-23 Thread Pushpinder Singh via Phabricator via cfe-commits
pdhaliwal created this revision. pdhaliwal added reviewers: JonChesterfield, ronlieb, ye-luo, jdoerfert, yaxunl, scchan, b-sumner. Herald added subscribers: guansong, jvesely. pdhaliwal requested review of this revision. Herald added subscribers: cfe-commits, sstefan1. Herald added a project: clan