Segfault on kaapi build without rocsmi
Building without rocsmi is valid in the CMakefile. But lead to error at execution.
in hip plugin, function _kaapi_get_gpu_topo will not update hip_count_perfrank.
In hip plugin device_commit, hip_count_perfrank will be equal to zero leading to invalid allocations and segfaults.