llvm / torch-mlir

The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem.
Other
1.35k stars 507 forks source link

run_audit_wheel causes ODR violation with torch #1709

Open dellis23 opened 1 year ago

dellis23 commented 1 year ago

See: https://github.com/iree-org/iree-torch/actions/runs/3674670300/jobs/6213170178#step:5:8

run_audit_wheel appears to be necessary for publishing packages to pypi. I'll be temporarily disabling pypi publishing until we can figure out a fix.

powderluv commented 1 year ago

Now we have a non-jit version that should pass audit_wheel. I will try and hook it up to build the wheels.