[PATCH] D83492: [OpenMP] Use common interface to access GPU Grid Values
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 10 16:42:15 PDT 2020
jdoerfert added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:654
+ unsigned LaneIDBits =
+ CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size_Log2);
return Bld.CreateAShr(getNVPTXThreadID(CGF), LaneIDBits, "nvptx_warp_id");
----------------
Why do we keep the enum value with this name then?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83492/new/
https://reviews.llvm.org/D83492
More information about the cfe-commits
mailing list