[PATCH] D95974: [CUDA, NVPTX] Allow targeting sm_86 GPUs.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 13:35:17 PST 2021


tra created this revision.
tra added reviewers: yaxunl, jdoerfert.
Herald added subscribers: dexonsmith, bixia, hiraditya, jholewinski.
tra requested review of this revision.
Herald added projects: clang, LLVM.

The patch only plumbs through the option necessary for targeting sm_86 GPUs w/o adding any new functionality.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95974

Files:
  clang/include/clang/Basic/BuiltinsNVPTX.def
  clang/include/clang/Basic/Cuda.h
  clang/lib/Basic/Cuda.cpp
  clang/lib/Basic/Targets/NVPTX.cpp
  clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
  clang/lib/Driver/ToolChains/Cuda.cpp
  llvm/lib/Target/NVPTX/NVPTX.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95974.321209.patch
Type: text/x-patch
Size: 6875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210203/142ec6c1/attachment.bin>


More information about the llvm-commits mailing list