[rocprofiler-compute] Bump version and update changelog ahead of ROCm 7.2 release (#1908)
This commit is contained in:
gecommit door
GitHub
bovenliggende
0e28188fdc
commit
44a32e23ac
@@ -4,30 +4,30 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## ROCm Compute Profiler 3.4.0 for ROCm 7.2.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Add `--list-blocks <arch>` option to general options to list available IP blocks on specified arch (similar to `--list-metrics`), cannot be used with `--block`.
|
* `--list-blocks <arch>` option to general options. It lists the available IP blocks on the specified arch (similar to `--list-metrics`), however cannot be used with `--block`.
|
||||||
|
|
||||||
* Added `config_delta/gfx950_diff.yaml` to analysis config yamls to track the revision between a gfx9 architecture against the latest supported architecture gfx950
|
* `config_delta/gfx950_diff.yaml` to analysis config YAMLs to track the revision between the gfx9xx GPUs against the latest supported gfx950 GPUs.
|
||||||
|
|
||||||
* Analysis db features
|
* Analysis db features
|
||||||
* Add support for per kernel metrics analysis.
|
* Adds support for per kernel metrics analysis.
|
||||||
* Add support for dispatch timeline analysis.
|
* Adds support for dispatch timeline analysis.
|
||||||
* Show duration as median in addition to mean in kernel view.
|
* Shows duration as median in addition to mean in kernel view.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* `-b/--block` accepts block alias(es) (See block aliases using command-line option `--list-blocks <arch>`).
|
* `-b/--block` accepts block alias(es). See block aliases using command-line option `--list-blocks <arch>`.
|
||||||
|
|
||||||
* analysis configs yamls are now managed with the new config management workflow in `tools/config_management/`
|
* Analysis configs YAMLs are now managed with the new config management workflow in `tools/config_management/`.
|
||||||
|
|
||||||
* `amdsmi` python API is used instead of `amd-smi` CLI to query GPU specifications.
|
* `amdsmi` python API is used instead of `amd-smi` CLI to query GPU specifications.
|
||||||
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
* Removed `database` mode from `rocprofiler-compute`. This is to move our focus from grafana
|
|
||||||
and mongodb integration to other visualization methods such as:
|
* Removed `database` mode from ROCm Compute Profiler in favor of other visualization methods, rather than Grafana and MongoDB integration, such as the upcoming Analysis DB-based Visualizer.
|
||||||
* Analysis DB based Visualizer (upcoming)
|
|
||||||
* Plotly server based standalone GUI
|
* Plotly server based standalone GUI
|
||||||
* Commandline based Textual User Interface
|
* Commandline based Textual User Interface
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.3.1
|
3.4.0
|
||||||
|
|||||||
Verwijs in nieuw issue
Block a user