ROCm / rocprofiler

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

rocminfo dependency not specified in the debian package #36

Open whchung opened 3 years ago

whchung commented 3 years ago

rocprof depends on rocminfo to be executed properly, but such dependency is not specified in the debian package.

Source code where the dependency to rocminfo takes place: https://github.com/ROCm-Developer-Tools/rocprofiler/blob/amd-master/bin/rpl_run.sh#L205

Debian package dependency is missing:

$ apt show rocprofiler-dev
Package: rocprofiler-dev
Version: 1.0.0
Priority: optional
Section: devel
Maintainer: Advanced Micro Devices Inc.
Installed-Size: 1541 kB
Depends: hsa-rocr-dev
Download-Size: 254 kB
APT-Sources: http://repo.radeon.com/rocm/apt/debian xenial/main amd64 Packages
Description: ROCPROFILER library for AMD HSA runtime API extension support

N: There is 1 additional record. Please use the '-a' switch to see it