[Feature] Add cache directory management functions in tilelang.cache (#453)
* [Feature] Add cache directory management functions in tilelang.cache * Introduced `get_cache_dir` and `set_cache_dir` functions to manage the kernel cache directory. * Updated `KernelCache` class to store cache directory as a `Path` object for improved path handling. * Enhanced documentation with examples for new cache directory functions. * [Refactor] Update cache imports in tilelang.__init__.py * Added `set_cache_dir` and `get_cache_dir` functions to the import statement for improved cache directory management. * This change enhances the accessibility of cache directory management functions within the module.
Showing
Please register or sign in to comment