This is an automated email from the ASF dual-hosted git repository.
tlopex pushed a change to branch pypi
in repository https://gitbox.apache.org/repos/asf/tvm.git
was 188cb53337 Replace Windows wheel rewrite helper with delvewheel
This change permanently discards the following revisions:
discard 188cb53337 Replace Windows wheel rewrite helper with delvewheel
discard 16f7dca673 Exclude CUDA driver libs and remove dead repair helpers
discard ce3bacfdf8 Exclude CUDA driver libraries from auditwheel repair
discard 539fab25ed Standardize LLVM static linking and platform wheel repair
discard 0d849eb57b Fix wheel verification on macOS and isolate it from the
repo test config
discard 04baac0a09 Install CUDA runtime via CMake and repair with standard
auditwheel
discard 773380ae24 Verify wheels with a pytest suite via cibuildwheel
test-command
discard d76ea4b1b7 Set relative rpath unconditionally
discard f4f89afee4 Consolidate runtime backend module configuration into a
helper
discard 8aa258c54f Keep pytest as a core dependency
discard 605b1f517f Move python-module rpath helper into a cmake utils module
discard 4351e0a427 Install libxml2-devel for manylinux wheel linking
discard 43a8cc75a8 Revert "Add conda LLVM libdir to wheel linker search path"
discard 1db11305f2 Add conda LLVM libdir to wheel linker search path
discard caadf7185e Revert LLVM cmake changes to match upstream
discard 92236a3e9d [pyproject] Clean up packaging metadata and split out
non-core dependencies
discard 887c679b01 Apply distribution version override to Windows wheel repair
discard 34ee85bc43 Simplify wheel publish workflow structure
discard 5a86c81fc5 Remove wheel crash-diagnostic scaffolding
discard d1269fbe8a Disable linker relaxation for the static-LLVM compiler
library
discard e60402c060 Keep diagnostic wheel builds in Release mode
discard 9a8f8e9981 Improve Linux wheel crash diagnostics
discard b4feeb27a6 Collect Linux wheel verify backtraces
discard 90a917358a Fix wheel version escaping for TestPyPI
discard be7a4451e4 Allow TestPyPI wheel version override
discard 381f135815 Add detailed wheel verify diagnostics
discard 1db64d9886 Update wheel workflow actions
discard f87093abd5 Improve wheel verify crash diagnostics
discard 2563e3285b Fix LLVM RTTI handling in wheel builds
discard 12c6eafde2 Harden TVM wheel publish workflow
discard ba85249b25 Bundle Windows wheel support DLLs
discard a985fa7ce8 Fix wheel action runtime paths
discard 4bae13a3fe Clarify wheel CUDA runtime inputs
discard d0e61ed67c Fix wheel repair verification paths
discard 8ea809a579 Expose LLVM libs to macOS wheel repair
discard d3704af3dc Rename TVM wheel packaging helper
discard 8b276f0a14 Keep CIBW as sole wheel builder
discard ae69bc76a3 Remove CUDA sidecar wording
discard a813a5e2c3 Rename CUDA wheel helper action
discard 1bd4f01d55 Use cibuildwheel for publish wheel builds
discard a3fe535a09 Verify platform-specific TVM runtime library
discard f698dd0724 Use static LLVM for host wheel builds
discard 4fb9b0e563 Keep TVM wheel LLVM linkage static
discard c4c2ffbb2a Add LLVM prefix path for manylinux wheel builds
discard b4f8edf0e1 Add zlib to wheel build conda environment
discard 5284cd0e46 Avoid empty array expansion in wheel build
discard 742b818dca Build publish wheels across platforms
discard 3d60db2b87 Build TVM wheel with static LLVM
discard cfd0c7b37c Format ELF wheel validator
discard 3fa2d85915 Validate TVM wheel internal ELF links
discard 1e66bbf417 Repair wheel internal TVM library paths
discard 96ca1973df Exclude TVM FFI from wheel repair
discard b5346b77b4 Reduce runner disk pressure for wheel publish
discard 5947f8dbff Expose LLVM runtime libs to auditwheel
discard 0c27242859 Fix TVM wheel packaging lint
discard f3815757bb Add TVM wheel publish workflow