Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D38148
[NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{.sync} instructions/intrinsics/builtins. ClosedPublic Authored by tra on Sep 21 2017, 11:33 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: hiraditya, sanjoy, jholewinski. · View Herald TranscriptSep 21 2017, 11:33 AM This revision is now accepted and ready to land.Sep 21 2017, 11:37 AM Closed by commit rL313898: [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{.sync}… (authored by tra). · Explain WhySep 21 2017, 11:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 116237 cfe/trunk/include/clang/Basic/BuiltinsNVPTX.def
cfe/trunk/lib/Headers/__clang_cuda_intrinsics.h
cfe/trunk/test/CodeGen/builtins-nvptx-ptx60.cu
cfe/trunk/test/CodeGen/builtins-nvptx.c
llvm/trunk/include/llvm/IR/IntrinsicsNVVM.td
llvm/trunk/lib/Target/NVPTX/NVPTXInstrInfo.td
llvm/trunk/lib/Target/NVPTX/NVPTXIntrinsics.td
llvm/trunk/test/CodeGen/NVPTX/barrier.ll
llvm/trunk/test/CodeGen/NVPTX/vote.ll
|