tilelang.carver.arch.metal¶
Classes¶
Represents the architecture of a computing device, capturing various hardware specifications. |
Functions¶
|
Module Contents¶
- tilelang.carver.arch.metal.is_metal_arch(arch)¶
- Parameters:
- 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¶