ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
Other
116 stars 44 forks source link

Assumption about directory layout breaks Spack support. #58

Open vchuravy opened 2 years ago

vchuravy commented 2 years ago

https://github.com/ROCm-Developer-Tools/rocprofiler/blob/93778bdc4fa5403fedede3afcc1155338c62a6f3/bin/rpl_run.sh#L29

When rocprofiler is installed with spack https://github.com/spack/spack/blob/29d344e4c72aadb1672a2c8f36f9ff773b636ac4/var/spack/repos/builtin/packages/rocprofiler-dev/package.py

The assumption that all of the rocm packages are installed next to each other in a common root like

/opt/rom
  rocprofiler
  roctracer

Does not hold, since the names are versioned.