Code coverage improvements (#1665)

* Increased max stack size to 640

* Added new binary for executing unit tests

Added new unit tests for argcheck.cc and alt_rsmi.cc files

Modified the method to execute unit tests to cover static methods
by using a bash script to convert static to non-static functions
and variables on the fly restricted to debug build type.

[ROCm/rccl commit: 275fdd43c1]
이 커밋은 다음에 포함됨:
Atul Kulkarni
2025-07-17 11:20:49 -05:00
커밋한 사람 GitHub
부모 af4ce678b5
커밋 c94fb7c58e
9개의 변경된 파일1527개의 추가작업 그리고 57개의 파일을 삭제
-3
파일 보기
@@ -201,10 +201,7 @@ int ARSMI_init(void)
ARSMI_orderedNodes.push_back(sort_vecs[j][k]);
}
break;
found = true;
}
if (found)
continue;
}
}