[PATCH] D53443: [OpenMP][NVPTX] Enable default scheduling for parallel for in non-SPMD cases.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 19 11:26:42 PDT 2018


ABataev added inline comments.


================
Comment at: lib/CodeGen/CGOpenMPRuntimeNVPTX.h:350
   void getDefaultScheduleAndChunk(CodeGenFunction &CGF,
-      const OMPLoopDirective &S, OpenMPScheduleClauseKind &ScheduleKind,
+      const OMPLoopDirective &S, OpenMPScheduleTy &ScheduleKind,
       llvm::Value *&Chunk) const override;
----------------
Why do you need to change the type of the parameter?


Repository:
  rC Clang

https://reviews.llvm.org/D53443





More information about the cfe-commits mailing list