-
Notifications
You must be signed in to change notification settings - Fork 77
TTNNOp
Nicholas Smith edited this page Jun 24, 2024
·
1 revision
Eltwise add.
Eltwise add operation.
Traits: AttrSizedOperandSegments, Elementwise
Interfaces: DestinationStyleOpInterface
| Operand | Description |
|---|---|
inputs |
variadic of ranked tensor of any type values |
outputs |
variadic of ranked tensor of any type values |
| Result | Description |
|---|---|
results |
variadic of ranked tensor of any type values |
Alloc op.
Tensor Alloc operation
| Attribute | MLIR Type | Description |
|---|---|---|
address |
::mlir::IntegerAttr | 64-bit signless integer attribute |
size |
::mlir::IntegerAttr | 64-bit signless integer attribute |
memory_space |
::mlir::tt::MemorySpaceAttr | TT MemorySpace{{% markdown %}}Enum cases: * system (`System`) * mmio (`SystemMMIO`) * dram (`DeviceDRAM`) * l1 (`DeviceL1`){{% /markdown %}} |
| Result | Description |
|---|---|
result |
ranked tensor of any type values |
Close Device op.
| Operand | Description |
|---|---|
device |
TT device |
Dealloc op.
Tensor Dealloc operation
| Operand | Description |
|---|---|
input |
ranked tensor of any type values |
Full op.
Tensor full operation
| Attribute | MLIR Type | Description |
|---|---|---|
fillValue |
::mlir::FloatAttr | 32-bit float attribute |
| Operand | Description |
|---|---|
device |
TT device |
| Result | Description |
|---|---|
result |
ranked tensor of any type values |
Eltwise multiply.
Eltwise multiply operation.
Traits: AttrSizedOperandSegments, Elementwise
Interfaces: DestinationStyleOpInterface
| Operand | Description |
|---|---|
inputs |
variadic of ranked tensor of any type values |
outputs |
variadic of ranked tensor of any type values |
| Result | Description |
|---|---|
results |
variadic of ranked tensor of any type values |
Open Device op.
| Result | Description |
|---|---|
device |
TT device |
ToMemoryConfig op.
Interfaces: DestinationStyleOpInterface
| Operand | Description |
|---|---|
input |
ranked tensor of any type values |
output |
ranked tensor of any type values |
| Result | Description |
|---|---|
result |
ranked tensor of any type values |