tlopex opened a new pull request, #19656: URL: https://github.com/apache/tvm/pull/19656
Add a workflow_dispatch pipeline that builds, tests, and publishes manylinux/ macOS/Windows wheels via cibuildwheel with OIDC trusted publishing. - publish_wheel.yml + build-wheel-for-publish action: per-OS/arch matrix, static-LLVM host builds, a separate build_cuda_runtime stage that compiles the libtvm_runtime_cuda sidecar and injects it via -DTVM_PACKAGE_EXTRA_LIBS, auditwheel/delocate/delvewheel repair, and post-upload install+import verify. - pyproject.toml [tool.cibuildwheel]: manylinux_2_28 image pins, skips, test-command, per-platform repair commands. - cmake: FindLLVM prefers static zstd; tvm_compiler links --no-relax + --as-needed on Linux; Library.cmake rpath/install helper reused by backends. - tests/python/wheel: assert LLVM enabled and CUDA runtime bundled. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
