You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rewrite `ParallelFor` using OpenMP constructs.
- Link Treelite libs with OpenMP runtime lib.
- On MacOS, bundle libomp (OpenMP runtime) with Treelite. This is to ensure that Treelite does not randomly crash. dmlc/xgboost#7621 for full explanation.
- Build PyPI wheel targeting Apple Silicon. Closes#350
- On Linux, run `auditwheel repair` command to vendor (bundle) `libgomp.so` inside the Python wheel. This is required by the Python packaging standard.
osx-arm64
binary wheel to PyPIosx-arm64
target in Conda feedstockThe text was updated successfully, but these errors were encountered: