Commit a7c58ef
authored
[CUDA] update default CUDA sm ver to 75 (#20824)
This pull request updates the default NVIDIA GPU architecture used for
CUDA from `SM_50` to `SM_75`, as the newest CUDA 13 no longer supports
`SM_50`.
It also updates several tests:
* sets CUDA 10.0 as the default toolkit version used in driver-detection
tests
* bumps the SM version to 75 and the PTX version to 63 for tests that
look for specific output patterns
* adds support for the 3-operand atomic intrinsic
* adds support for the tanh.approx.f16/f16x2 intrinsic1 parent 34748e0 commit a7c58ef
File tree
56 files changed
+311
-183
lines changed- clang
- include/clang/Basic
- lib/Driver
- test/Driver
- Inputs
- CUDA-windows/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.0
- bin
- include
- lib
- nvvm/libdevice
- CUDA_100/usr/local/cuda
- bin
- include
- lib64
- lib
- nvvm/libdevice
- CUDA_70/usr/local/cuda
- bin
- include
- lib64
- lib
- nvvm/libdevice
- CUDA/usr/local/cuda
- bin
- include
- nvvm/libdevice
- SYCL
- libdevice/cmake/modules
- llvm/lib/Target/NVPTX
- sycl-jit/jit-compiler/lib/translation
- sycl/doc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+311
-183
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5977 | 5977 | | |
5978 | 5978 | | |
5979 | 5979 | | |
5980 | | - | |
| 5980 | + | |
5981 | 5981 | | |
5982 | 5982 | | |
5983 | 5983 | | |
5984 | | - | |
| 5984 | + | |
5985 | 5985 | | |
5986 | 5986 | | |
5987 | 5987 | | |
| |||
7696 | 7696 | | |
7697 | 7697 | | |
7698 | 7698 | | |
7699 | | - | |
| 7699 | + | |
7700 | 7700 | | |
7701 | 7701 | | |
7702 | 7702 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments