[rocprof-sys] Fix fork() handling for GPU profiling and AMD SMI (#1930)

- Fix fork() handling for GPU profiling and AMD SMI
- Add hipMallocConcurrency test for CI with GPU
This commit is contained in:
habajpai-amd
2025-11-24 19:51:27 +05:30
committed by GitHub
parent ebd55d2ce0
commit 1a3564a51a
10 changed files with 611 additions and 3 deletions
@@ -60,7 +60,7 @@ invoke_exit_gotcha(const exit_gotcha::gotcha_data& _data, FuncT _func, Args... _
{
threading::clear_callbacks();
if(get_state() < State::Finalized)
if(get_state() < State::Finalized && !is_child_process())
{
if(config::settings_are_configured())
{