Skip to content

Releases: Kassouley/RATELProf

RATELProf Release v1.3.0

02 Oct 14:23

Choose a tag to compare

RATELProf Release v1.3.0

Visualize command improvement :

  • Timeline optimization (memory and performance)
  • Adding plot in summary panel
  • Rework of the timeline visual
  • Adding trace density graph on timeline

New command : Summarize

  • Summarizes profiling data from a report
  • Plots useful metrics
  • Runs entirely in the terminal view
  • Can run statistics and analyze command to suggest potential speedup of the application

Installation improvement:

Installation is now more easy.

  • Rework of the installation script : newly named "Sett"
  • Fix dependency finder (because before compilation might crash if a dependency was not found)
  • Fix legacy library interception (some older libraries may lack functions targeted for interception, as the mechanism was developed against more recent versions).
  • User can now choose to build a tracing feature or not (e.g. user don't have MPI installed, he is now able to not compile MPI interception logic)

Bug fix and code refactoring :

  • Replace binutils-dev (bfd.h) dependency with only binutils (addr2line) dependency
  • Bug fix

RATELProf v1.2.0

01 Aug 15:55

Choose a tag to compare

RATELProf Release v1.2.0

Note : I totally forgot to merge the release 1.1.0 that's why there is no release 1.1.0

New Features

Visualize command improvement :

  • More panel, more features, more metrics, and more optimized.
  • Give it a try !

Tracing :

  • Add MPI API Tracing
  • Add ROCTx support
  • Source code location of CPU events are now record and get been correlated with GPU events

Other :

  • Implementation of GPU properties extraction via inspect command (similar to rocminfo)
  • New analysis rules

Bug fix and code refactoring :

  • Lifecycle system improved
  • RATELProf core API is now a public API with weak symbol
  • MSGPACK optimized with extension to reduce binary file size
  • More fixes

RATELProf v1.0.0 - First Release

30 May 08:31

Choose a tag to compare

🎉 Initial Release – v1.0.0

This is the first official release of RATELProf, a lightweight AMD GPU profiling tool.

Highlights

  • Basic profiling and timeline visualization
  • Initial support for ROCm applications
  • CLI-based profiling workflow
  • Modular and extensible architecture

Thank you for trying RATELProf! Feedback and contributions are welcome.