bloqade.lanes.visualize.entropy_tree.tracer.EntropyTraceBundle
← Module overview
class
classEntropyTraceBundle¶source
bloqade.lanes.visualize.entropy_tree.tracer.EntropyTraceBundle
Trace plus the metadata the visualizer needs alongside it.
Signature
class EntropyTraceBundle(steps: tuple[TreeTraceStep, ...], root_node_id: int, best_buffer_size: int, arch_spec: Any, traced_target: dict[int, LocationAddress], blocked_locations: tuple[LocationAddress, ...], local_to_global_qid: dict[int, int], location_to_global_qid: dict[LocationAddress, int], kernel_name: str, executed_cz_count: int)Parameters
| Name | Type | Description |
|---|---|---|
steps | tuple[TreeTraceStep, ...] | |
root_node_id | int | |
best_buffer_size | int | |
arch_spec | Any | |
traced_target | dict[int, LocationAddress] | |
blocked_locations | tuple[LocationAddress, ...] | |
local_to_global_qid | dict[int, int] | |
location_to_global_qid | dict[LocationAddress, int] | |
kernel_name | str | |
executed_cz_count | int |
Attributes
| Name | Type | Description |
|---|---|---|
steps | tuple[TreeTraceStep, ...] | |
root_node_id | int | |
best_buffer_size | int | |
arch_spec | Any | |
traced_target | dict[int, LocationAddress] | |
blocked_locations | tuple[LocationAddress, ...] | |
local_to_global_qid | dict[int, int] | |
location_to_global_qid | dict[LocationAddress, int] | |
kernel_name | str | |
executed_cz_count | int |