Commit 0376b9e
Remove support for older architectures for PyPI releases (#5181)
Summary:
X-link: facebookresearch/FBGEMM#2181
PyPI has a file upload limitation of 600MB for the fbgemm project, and the admins are unwilling to increase the limit. As such, we remove sm 12.0a support from the build, to put the file size back to under 600MB. This onnly affects PyPI packages, as Nova packages will continue to be published with support for SM 8.0, 9.0a, 10.0a, 12.0a
Differential Revision: D88325954
Pulled By: q101 parent 8b2c265 commit 0376b9e
File tree
2 files changed
+13
-1
lines changed- .github
- scripts
- workflows
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
316 | 324 | | |
317 | 325 | | |
318 | 326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
0 commit comments