EXSWHTEC-384 - Coverage Tool and Test Plan update #455

Change-Id: Idf52308186a73ae1c4d815eb59f20ea7da99c964


[ROCm/hip-tests commit: dc78fafa49]
This commit is contained in:
Mirza Halilcevic
2024-02-02 22:00:39 +05:30
committed by Rakesh Roy
parent 3f4bbb3627
commit d425db338b
41 changed files with 56 additions and 40 deletions
@@ -47,6 +47,7 @@ int main(int argc, char** argv) {
std::cout << "Number of detected HIP APIs from " << hip_api_header_file << ": " << hip_apis.size()
<< std::endl;
api_group_names.push_back("Runtime Compilation");
std::vector<HipAPI> hip_rtc_apis{extractHipAPIs(hip_rtc_header_file, api_group_names, true)};
std::cout << "Number of detected HIP APIs from " << hip_rtc_header_file << ": "
<< hip_rtc_apis.size() << std::endl;