[Build] Migrate to scikit-build-core (#939)
* cleanup * init * build first wheel that may not work * build cython ext * fix tvm build * use sabi * update rpath to support auditwheel * pass editible build * update ci * fix warnings * do not use ccache in self host runner * test local uv cache * test pip index * update lib search to respect new lib location * fix * update ci * enable cuda by default * update src map * fix * fix * fix * Generate version with backend and git information at build time * copy tvm_cython to wheels * fix tvm lib search * fmt * remove unused * auto detect ccache * add back backend-related files * remove jit cython adaptor to simplify code * fmt * fix ci * ci fix 2 * ci fix 3 * workaround metal * ci fix 4 * fmt * fmt * Revert "ci fix 4" This reverts commit d1de8291c3e40927955f3ad3cf87a75c78813676. * tmp * fix metal * trivial cleanup * add detailed build-time version for cuda * add back mlc * Restore wheel info and other trivial updates *...
Showing
| # runtime requirements | ||
| Cython>=3.0.0 | ||
| numpy>=1.23.5 | ||
| tqdm>=4.62.3 | ||
| typing_extensions>=4.10.0 | ||
| cloudpickle | ||
| # mldtypes should be greater than 0.5.1 | ||
| # if you want to enable fp4 | ||
| ml_dtypes | ||
| psutil | ||
| torch |
setup.py
deleted
100644 → 0
tilelang/version.py
deleted
100644 → 0
tox.ini
deleted
100644 → 0
version_provider.py
0 → 100644
Please register or sign in to comment