rocprofiler
rocprofiler copied to clipboard
Tool lib failed to load.
Using rocprof with ROCm v4.5 in Ubuntu gives the following problem:
rocprof --hsa-trace ./test
RPL: on '220201_151632' from '/opt/rocm-4.5.0/rocprofiler' in '/home'
RPL: profiling '"./test"'
RPL: input file ''
RPL: output dir '/tmp/rpl_data_220201_151632_971494'
RPL: result dir '/tmp/rpl_data_220201_151632_971494/input_results_220201_151632'
Tool lib "/opt/rocm-4.5.0/roctracer/tool/libtracer_tool.so" failed to load.
Is this a problem with the driver? Which driver do I need to use?
No, it's not driver problem. Could you check whether this file exists with correct access rules?
Hi @Electricks94, apologies for the lack of response. A few notes on this
- I was not able to reproduce your issue by running rocprof with the --hsa-trace flag enabled.
- A couple different fixes have been implemented for similar issues since you first opened this ticket.
-
libtracer_tool.so
has also been renamed tolibroctracer_tool.so
and moved to/opt/rocm-6.2.0/lib/roctracer/
.
Could you please confirm if are able to reproduce this issue with ROCm 6.2.0? If so, we can continue investigating from there.
@Electricks94, closing this ticket out. If you are still encountering issues with libroctracer_tool.so
failing to load, please leave a comment and I will re-open this ticket.