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

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 23 06:19:38 PDT 2021


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 declare variant stuff works for nvptx afaik


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108552/new/

https://reviews.llvm.org/D108552



More information about the cfe-commits mailing list