tilelang.cache ============== .. py:module:: tilelang.cache .. autoapi-nested-parse:: The cache utils with class and database persistence - Init file Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/tilelang/cache/kernel_cache/index Functions --------- .. autoapisummary:: tilelang.cache.cached tilelang.cache.clear_cache Package Contents ---------------- .. py:function:: cached(func = None, out_idx = None, *args, target = 'auto', target_host = None, execution_backend = 'auto', verbose = False, pass_configs = None, compile_flags = None) Caches and reuses compiled kernels (using KernelCache class). .. py:function:: clear_cache() Disabled helper that previously removed the entire kernel cache. :raises RuntimeError: Always raised to warn users to clear the cache manually.