861a843ed7
This commit adds integration with ROCmTools Additional changes: - Fix DEB and RPM installation issue when systemd is not present - Fix typos in rdc.h - Wrap negative values in parentheses in rdc.h - CMAKE: Improve rocm_smi searching - README: Improve formatting, add info about ROCmTools Metrics added: 700-714 Metrics can be listed with `rdci dmon --list-all` Majority of the metrics are only supported by Instict (MI) series GPUs 700 RDC_FI_PROF_ELAPSED_CYCLES should be available on most devices See README for more information Change-Id: I907d3eacdc92fc5588ca6c76c2fa1ce0ad900770 Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
15 righe
207 B
Plaintext
15 righe
207 B
Plaintext
# my install directory used for testing
|
|
install/
|
|
|
|
# build directories generated by cmake
|
|
build/
|
|
cmake/build/
|
|
.cache/
|
|
|
|
# build artifacts
|
|
include/rdc/rdc64Config.h
|
|
DEBIAN/postinst
|
|
DEBIAN/prerm
|
|
RPM/
|
|
docs/*.pdf
|