[PATCH] D77670: [CUDA] Add partial support for recent CUDA versions.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 7 11:58:58 PDT 2020
tra created this revision.
tra added a reviewer: yaxunl.
Herald added subscribers: sanjoy.google, bixia, hiraditya, jholewinski.
Herald added a project: clang.
Generate PTX using newer versions of PTX and allow using sm_80 with CUDA-11.
None of the new features of CUDA-10.2+ have been implemented yet, so using these
versions will still produce a warning.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77670
Files:
clang/include/clang/Basic/Cuda.h
clang/lib/Basic/Cuda.cpp
clang/lib/Basic/Targets/NVPTX.cpp
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
clang/lib/Driver/ToolChains/Cuda.cpp
llvm/lib/Target/NVPTX/NVPTX.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77670.255759.patch
Type: text/x-patch
Size: 6786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200407/2f1d9922/attachment.bin>
More information about the llvm-commits
mailing list