bloqade.lanes.upstream.PlaceToMove
← Module overview
class
method
source
classPlaceToMove¶source
bloqade.lanes.upstream.PlaceToMove
Signature
class PlaceToMove(layout_heuristic: layout.LayoutHeuristicABC, placement_strategy: placement.PlacementStrategyABC, logical_initialize: bool = True)Parameters
| Name | Type | Default | Description |
|---|---|---|---|
layout_heuristic | layout.LayoutHeuristicABC | required | |
placement_strategy | placement.PlacementStrategyABC | required | |
logical_initialize | bool | True |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
layout_heuristic | layout.LayoutHeuristicABC | required | |
placement_strategy | placement.PlacementStrategyABC | required | |
logical_initialize | bool | True |
methodemit¶source
bloqade.lanes.upstream.PlaceToMove.emit
def emit(mt: Method, no_raise: bool = True)Parameters
| Name | Type | Default | Description |
|---|---|---|---|
mt | Method | required | |
no_raise | bool | True |