[PATCH] D108235: [CUDA] Bump default GPU architecture to sm_35.

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 17 12:57:46 PDT 2021


tra created this revision.
tra added a reviewer: Hahnfeld.
Herald added subscribers: ormris, steven_wu, bixia, hiraditya, yaxunl, emaste.
tra requested review of this revision.
Herald added a project: clang.

It's the oldest GPU architecture currently supported by all CUDA versions clang
can use.

See the comments in D77670 <https://reviews.llvm.org/D77670> for more details.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108235

Files:
  clang/lib/Driver/Driver.cpp
  clang/test/Driver/cuda-external-tools.cu
  clang/test/Driver/cuda-march.cu
  clang/test/Driver/cuda-options-freebsd.cu
  clang/test/Driver/cuda-options.cu
  clang/test/Driver/cuda-ptxas-path.cu
  clang/test/Driver/lto.cu
  clang/test/Driver/openmp-offload.c
  clang/test/Driver/opt-record.c
  clang/test/Driver/thinlto.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108235.366987.patch
Type: text/x-patch
Size: 35287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210817/37d493d1/attachment-0001.bin>


More information about the cfe-commits mailing list