Commit 1cfc277
Build: Expand CUDA Toolkit Matrix (#1111)
* (ci) build with wider CUDA version matrix
* (ci) build with wider CUDA version matrix
* (ci) skip sm_89 target on CUDA 11.7
* (ci) skip sm_90 target on CUDA 11.8
* modify workflow to publish to test.pypi
* (build) Test for manylinux_2_24 build on GH actions
* (build) got that backwards.
* try fixing manual triggering condition for testpypi
* try if Ubuntu 18.04 is an easy fix to allow for `manylinux_2_24` compatibility
* hardcode publish step to run to test publishing
* set ubuntu to newest supported version
* try statically linking libstdc++ to achieve manylinux_2_18
* last commit only brought us to manylinux_2_34, reverse
* add misssing permission for publishing to pypi
* snake case deprecated in favor of kebab
* downgrade cuda ubuntu aiming for manylinux_2_24
* add step to upgrade cmake due to old Ubuntu for CUDA build
* adjust path to prefer pip installed cmake
* (cmake) set CMAKE_BUILD_TYPE=Release if unspecified
* default to CMAKE_BUILD_TYPE Release for optimized releases and better many_linux compatibility
* (build) back to ubuntu22.04 docker images
* verify Cmake in separte step
* add clarifying comment about Python version compatibility
* (build) we don't need cmake for wheel step
* fixup testpypi publish to run in PR for testing
* add pypi publishing when tagged on main
* add functionality to rewrite platform tags
* (ci) adjust platform tags for wheels
* fix for windows, get order right.
* fix for windows, get order right.
* (build) slim down those fatbins on windows cuda
* sloppy
* remove broken PyPi upload for now
---------
Co-authored-by: Titus von Koeller <[email protected]>1 parent ac5d6ee commit 1cfc277
File tree
3 files changed
+64
-24
lines changed- .github/workflows
- scripts
3 files changed
+64
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
124 | 130 | | |
125 | 131 | | |
126 | 132 | | |
| |||
129 | 135 | | |
130 | 136 | | |
131 | 137 | | |
132 | | - | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | | - | |
| 141 | + | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
| |||
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
154 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
155 | 164 | | |
156 | 165 | | |
157 | 166 | | |
| |||
192 | 201 | | |
193 | 202 | | |
194 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
195 | 210 | | |
196 | 211 | | |
197 | 212 | | |
198 | | - | |
| 213 | + | |
199 | 214 | | |
200 | 215 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
| |||
108 | 116 | | |
109 | 117 | | |
110 | 118 | | |
| 119 | + | |
111 | 120 | | |
112 | 121 | | |
113 | 122 | | |
| |||
220 | 229 | | |
221 | 230 | | |
222 | 231 | | |
223 | | - | |
| 232 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments