[Dev] Remove unnecessary python dependencies (#69)
* [Enhancement] Add VectorizeLoop function and update imports for compatibility * [CI][Test] Improve test cases for vectorization and fix typos in parser comments * lint fix * Fix incorrect module reference for VectorizeLoop transformation * Refactor vectorize_loop transformation by removing unused extent mutation logic * [Enhancement] Add support for FP8 data types and global barriers in CUDA codegen * Fix formatting in CUDA FP8 header file for consistency * Refactor CI workflow to use 'tilelang_ci' virtual environment and update CUDA type printing for better clarity * Update submodule 'tvm' to latest commit for improved functionality * Refactor execution backend references from 'dl_pack' to 'dlpack' for consistency and clarity; add apply_simplify function to simplify PrimFunc or IRModule. * Refactor CUDA code for improved readability; clean up formatting and remove unnecessary whitespace in multiple files. * Refactor import statement in test_...
Showing
requirements-build.txt
0 → 100644
| # build requirements | |||
| cmake>=3.26 | |||
| # runtime requirements | # runtime requirements | ||
| cffi | |||
| cpplint | |||
| Cython | Cython | ||
| decorator | decorator | ||
| docutils | |||
| dtlib | |||
| numpy>=1.23.5 | numpy>=1.23.5 | ||
| pytest>=6.2.4 | |||
| pytest_xdist>=2.2.1 | |||
| packaging>=21.0 | |||
| PyYAML | |||
| tqdm>=4.62.3 | tqdm>=4.62.3 | ||
| typing_extensions>=4.10.0 | typing_extensions>=4.10.0 | ||
| requests | |||
| attrs | attrs | ||
| cloudpickle | cloudpickle | ||
| ml_dtypes | ml_dtypes | ||
| psutil | psutil | ||
| scipy | |||
| tornado | |||
| torch | torch | ||
| thefuzz | |||
| tabulate |
Please register or sign in to comment