IRON  1.0
Public Member Functions | List of all members
iron.device.device.NPU1Col3 Class Reference
Inheritance diagram for iron.device.device.NPU1Col3:
Inheritance graph
[legend]
Collaboration diagram for iron.device.device.NPU1Col3:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self)
 
None resolve (self, ir.Location|None loc=None, ir.InsertionPoint|None ip=None)
 
- Public Member Functions inherited from iron.device.device.NPUBase
None __init__ (self, int cols, int rows)
 
list[Tileget_shim_tiles (self)
 
list[Tileget_mem_tiles (self)
 
list[Tileget_compute_tiles (self)
 
- Public Member Functions inherited from iron.device.device.Device
int rows (self)
 
int cols (self)
 
None resolve_tile (self, Tile tile, ir.Location|None loc=None, ir.InsertionPoint|None ip=None)
 

Detailed Description

A representation of a device that resolves to AIEDevice.npu1_3col

Constructor & Destructor Documentation

◆ __init__()

None iron.device.device.NPU1Col3.__init__ (   self)

Member Function Documentation

◆ resolve()

None iron.device.device.NPU1Col3.resolve (   cls,
ir.Location | None   loc = None,
ir.InsertionPoint | None   ip = None 
)
Resolve the current object into one or more MLIR operations.
Should only be called within an MLIR context.

Args:
    loc (ir.Location | None, optional): Location is used by MLIR object during construction in some cases. Defaults to None.
    ip (ir.InsertionPoint | None, optional): InsertionPoint is used by MLIR object during construction in some cases. Defaults to None.

Reimplemented from iron.resolvable.Resolvable.


The documentation for this class was generated from the following file: