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

Clearify build instructions #18

Closed tpkessler closed 4 years ago

tpkessler commented 4 years ago

I'm trying to build rocprofiler under Arch Linux from source. The build instructions in the README state

- ROCm is required.

Could you please specify which parts of ROCm are needed? I'm confused since rocprofiler itself is part of ROCM: https://github.com/RadeonOpenCompute/ROCm#rocm-binary-package-structure

eshcherb commented 4 years ago

I have updated th README as:

https://github.com/ROCm-Developer-Tools/rocprofiler#to-build-with-the-current-installed-rocm

tpkessler commented 4 years ago

Thank you @eshcherb. This matches the dependencies I found by looking into the CMakeLists.txt and trial and error.