DeviceType

TT device

Syntax:

!tt.device<
  ::mlir::tt::DeviceAttr   # desc
>

Device type in TT dialect

Parameters:

ParameterC++ typeDescription
desc::mlir::tt::DeviceAttrDevice attribute in TT dialect.

TileType

TT tile

Syntax:

!tt.tile<
  ::llvm::ArrayRef<int64_t>,   # shape
  DataType   # dataType
>

Tile type in TT dialect

Parameters:

ParameterC++ typeDescription
shape::llvm::ArrayRef<int64_t>
dataTypeDataType