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

Change-Id: Idf52308186a73ae1c4d815eb59f20ea7da99c964
This commit is contained in:
Mirza Halilcevic
2024-02-02 22:00:39 +05:30
committed by Rakesh Roy
parent 66e2885107
commit dc78fafa49
41 changed files with 56 additions and 40 deletions
+1
View File
@@ -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;