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)¶
Parameters:

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

Return type:

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.

Parameters:

target (tvm.target.Target | str)

target¶