tilelang.carver.arch.metal

Classes

METAL

Represents the architecture of a computing device, capturing various hardware specifications.

Functions

Module Contents

tilelang.carver.arch.metal.is_metal_arch(arch)
参数:

arch (tilelang.carver.arch.arch_base.TileDevice)

返回类型:

bool

class tilelang.carver.arch.metal.METAL(target)

Bases: tilelang.carver.arch.arch_base.TileDevice

Represents the architecture of a computing device, capturing various hardware specifications.

参数:

target (tvm.target.Target | str)

target