tilelang.jit.adapter.nvrtc.kernel_cache ======================================= .. py:module:: tilelang.jit.adapter.nvrtc.kernel_cache Classes ------- .. autoapisummary:: tilelang.jit.adapter.nvrtc.kernel_cache.NVRTCKernelCache Module Contents --------------- .. py:class:: NVRTCKernelCache Bases: :py:obj:`tilelang.cache.kernel_cache.KernelCache` Caches compiled kernels using a class and database persistence to avoid redundant compilation. Cache files: kernel.cu: The compiled kernel source code wrapped_kernel.cu: The compiled wrapped kernel source code kernel_lib.so: The compiled kernel library params.pkl: The compiled kernel parameters .. py:attribute:: kernel_lib_path :value: 'kernel.cubin' .. py:attribute:: kernel_py_path :value: 'kernel.py'