Commit 47680ec
authored
Only include SetGPUArchs in the top-level CMakeLists.txt (#713)
Fixes an issue seen when building both tests and benchmarks:
```
######################
# Configuring librmm #
######################
...
-- RMM: Building tests with GPU Architectures: 60-real;70-real;75-real;80
...
-- RMM: Building benchmarks with GPU Architectures: 60-real-real;70-real-real;75-real-real;80
-- Configuring done
CMake Error in benchmarks/CMakeLists.txt:
Uknown CUDA architecture specifier "real-real".
```
Authors:
- Paul Taylor (@trxcllnt)
- Keith Kraus (@kkraus14)
Approvers:
- Jake Hemstad (@jrhemstad)
- Keith Kraus (@kkraus14)
URL: #7131 parent 69a7541 commit 47680ec
File tree
4 files changed
+8
-18
lines changed- benchmarks
- cmake/Modules
- tests
4 files changed
+8
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 24 | | |
30 | 25 | | |
31 | | - | |
32 | | - | |
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 36 | | |
44 | 37 | | |
45 | 38 | | |
| |||
0 commit comments