Skip to content

TritonParse v0.1.1 Release

Latest
Compare
Choose a tag to compare
@FindHao FindHao released this 25 Jul 17:52
· 10 commits to main since this release

Added

  • 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.

🌐 Try it online →

image