tilelang.jit.adapter.torch.metal ================================ .. py:module:: tilelang.jit.adapter.torch.metal Classes ------- .. autoapisummary:: tilelang.jit.adapter.torch.metal.MetalKernelAdapter Module Contents --------------- .. py:class:: MetalKernelAdapter(params, result_idx, func_or_mod, device_mod = None, kernel_global_source = None, verbose = False) Bases: :py:obj:`tilelang.jit.adapter.base.BaseKernelAdapter` Helper class that provides a standard way to create an ABC using inheritance. .. py:attribute:: kernel_global_source :value: None .. py:attribute:: kernel_name .. py:attribute:: verbose :value: False .. py:attribute:: block_info :value: [1, 1, 1] .. py:attribute:: grid_info :value: [1, 1, 1]