tilelang.jit.adapter.base ========================= .. py:module:: tilelang.jit.adapter.base .. autoapi-nested-parse:: The profiler and convert to torch utils Classes ------- .. autoapisummary:: tilelang.jit.adapter.base.BaseKernelAdapter Module Contents --------------- .. py:class:: BaseKernelAdapter(mod, params, result_idx) Bases: :py:obj:`abc.ABC` Helper class that provides a standard way to create an ABC using inheritance. .. py:attribute:: func :type: Optional[Callable] :value: None .. py:attribute:: mod .. py:attribute:: params .. py:attribute:: result_idx .. py:method:: __call__(*args, **kwds) .. py:method:: get_kernel_source()