Commit 046de5a
committed
Add torchvision-extra-decoders build test (exercises 3.15 native build)
torchvision-extra-decoders is a torch C++ extension (CppExtension over
torch.utils.cpp_extension, install_requires=[], no torchvision needed), so
it's a good probe for whether the binary build path works on a new Python
such as 3.15/3.15t -- it actually compiles against libtorch for cp315
rather than just installing a pure-python package.
Mirrors meta-pytorch/torchvision-extra-decoders' linux_wheel.yaml: cpu-only
matrix, setup-py build, packaging/pre_build_script.sh (auditwheel +
conda libavif/libheif), post_build_script.sh, and the fake smoke test. On
PR CI the matrix is limited to 3.15/3.15t by the temporary force commit.1 parent dd284d6 commit 046de5a
1 file changed
Lines changed: 50 additions & 0 deletions
Lines changed: 50 additions & 0 deletions
| 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 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments