[all-commits] [llvm/llvm-project] ab202a: [Clang] Increase default architecture from sm_35 ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Aug 2 15:30:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab202aa7004a451ee9f496505256cfcb94d71747
https://github.com/llvm/llvm-project/commit/ab202aa7004a451ee9f496505256cfcb94d71747
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M clang/include/clang/Basic/Cuda.h
M clang/test/Driver/cuda-cross-compiling.c
Log Message:
-----------
[Clang] Increase default architecture from sm_35 to sm_52
We previously defaulted to `sm_35` for the purpose of unspecified
architecture. This was removed in new CUDA versions so we should bump
this up.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D156936
More information about the All-commits
mailing list