[FFI] Rebase tvm to v0.22.0 to utilize tvm-ffi (#1108)
* 3rdparty tvm bump
* bump tvm into v0.22.0
* lint fix
* rebase tvm
* Update submodule tvm to latest commit 3085bc4
* Refactor: Update configuration retrieval in CopyNode and adjust test registration in tilelang
* test fix
* add requirement
* atomic_fix
* atomic_fix
* phaseout py39
* optimize
* optimize
* lint fix
* do not clean cache
* do not clean cache
* [Minor] Minor update for Python versions and dependencies
* [Lint] fix lint for py39
* [Lint] fix lint for ROCm
* [Build][CI] Sync CI changes from upstream/sdist
* [Lint] fix lint for ROCm
* [Build][CI] Update `repair-wheel-command`
* [Minor] update abi3audit result format
* [Lint] fix lint for ROCm
* [BugFix] fix build
* [Lint] fix lint for ROCm
* [BugFix] set rpath for libtvm and libtvm_runtime
* [Deps] pin apache-tvm-ffi version
* [Build] set Python 3.9 Limited API for Cython target
* [Build] set Python 3.9 Limited API for Cython target
* [Deps] Restore Python 3.8 support
* [Build] use `apache-tvm-ffi`'s `libtvm_ffi`
* [BugFix] use `;` as delimiter for RPATH on macOS
* [BugFix] use `--ignore-missing-dependencies` for `delocate-wheel`
* [Build] support `sccache` if available
* [Build] add CIBW import test
* [Build][CI] enable ccache for CIBW on Linux
* [BugFix] set rpath for libtvm and libtvm_runtime
* Revert "[Build][CI] enable ccache for CIBW on Linux"
This reverts commit cd9ab57bb5ddd2572c60bcbbebde81480a658fd3.
* [CI] fix perfbench bot
* [BugFix] use Python 3.9 to build wheel
* [Minor] update perfbench bot envs
* [BugFix] fix CIBW environment on Linux
* [CI] skip import test on CentOS 7
* [CI] use Python urllib to download file instead of Wget
---------
Co-authored-by:
Xuehai Pan <XuehaiPan@pku.edu.cn>
Showing
| # Runtime requirements | # Runtime requirements | ||
| apache-tvm-ffi~=0.1.0 | |||
| cloudpickle | cloudpickle | ||
| ml-dtypes | ml-dtypes | ||
| numpy>=1.23.5 | numpy>=1.23.5 | ||
| ... | @@ -7,4 +8,3 @@ torch | ... | @@ -7,4 +8,3 @@ torch |
| torch>=2.7; platform_system == 'Darwin' | torch>=2.7; platform_system == 'Darwin' | ||
| tqdm>=4.62.3 | tqdm>=4.62.3 | ||
| typing-extensions>=4.10.0 | typing-extensions>=4.10.0 | ||
| flash-linear-attention==0.3.2 | |||
| \ No newline at end of file |
Please register or sign in to comment