Commit 21e0f0e
authored
Add cuda 12.8 support (#605)
CUDA 12.8 introduces sm_120 that requires a reduced number of threads per sm.
We also need to pass -static-global-template-stub=false when building with 12.8 as we violate CUDA ODR kernel rules
Authors:
- Robert Maynard (https://github.com/robertmaynard)
Approvers:
- Corey J. Nolet (https://github.com/cjnolet)
- https://github.com/jakirkham
URL: #6051 parent 44dafe6 commit 21e0f0e
File tree
2 files changed
+9
-3
lines changed- cpp
- cmake/modules
- src/neighbors/detail
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
| 709 | + | |
| 710 | + | |
710 | 711 | | |
711 | 712 | | |
712 | 713 | | |
| |||
0 commit comments