You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launch Difference Analysis: A new launch_diff event is automatically generated for each kernel, providing a concise summary of how launch parameters vary across different calls. This helps to quickly identify changes in kernel arguments, grid dimensions, and other metadata.
Enhanced Web UI for Launch Analysis: The web interface now visualizes the launch_diff data, offering an interactive way to explore how kernel launches differ. It includes a detailed breakdown of constant vs. varying parameters and their value distributions.
Kernel-Centric Event Grouping: The parser now intelligently groups compilation and launch events by kernel, making it easier to analyze the entire lifecycle of a specific kernel.
Launch Event Tracing Control: Added an enable_trace_launch parameter to tritonparse.structured_logging.init to give users explicit control over whether to trace kernel launch events.
Enhanced Logging and Testing: Improved the structured logging initialization and expanded test coverage to verify the correctness of launch and compilation event counts.