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 = 'cython', verbose = False, pass_configs = None, compile_flags = None) Caches and reuses compiled kernels (using KernelCache class). .. py:function:: clear_cache() Clears the entire kernel cache (using KernelCache class).