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
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
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
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