yoann-heitz

Results 15 issues of yoann-heitz

When running a MPI program with Open MPI and rocprof, all that has been written in the standard output is only flushed at the end of the program execution at...

When running the following command ``` ./rocprofiler/bin/rocprof --hsa-trace --hip-trace --kfd-trace -d traces python3 ./test.py ``` I sometimes get one of the following errors ``` File "/home/yoann/rocprofiler/bin/tblextr.py", line 710, in hip_trace_found...

When running ``` ./rocprofiler/bin/rocprof -i input.txt --hsa-trace -d traces ./roctracer/test/MatrixTranspose/MatrixTranspose ``` with several pmc lines in the input.txt file, the program crash with a segmentation fault error after the second...

This is the last pull request for the interface proposal. It adds the --output-plugin option in rocprof and instructions to overload user-defined flushing functions (that respect some specifications). An example...

This is the third pull request for the proposal for a plugin interface for the rocprof command. In this pull request, the signatures of the flushing functions are standardized for...

This is the fourth pull request for the proposal for a plugin interface for the rocprof command. In this pull request, the \_trace_entry_t structures defined in the previous pull requests...

This is the second pull request for the proposal for a plugin interface for the rocprof command. In this pull request, flushing instructions are isolated in wrapping functions Relative to...

This is the first pull request for the proposal for a plugin interface for the rocprof command. It allows fine-grained control to work on several APIs at a time. Warning...

When running rocprof command with -d option ``` rocprof -d traces --hsa-trace my_script ``` The traces will be put in the following directory with the following architecture: ``` -traces -rpl___...

Under Investigation

When running the following command ``` ./rocprofiler/bin/rocprof --hsa-trace --hip-trace --kfd-trace -d traces python3 ./test.py ``` I sometimes get the following error ``` free(): corrupted unsorted chunks ./rocprofiler/bin/rocprof: line 271: 861483...