EXSWHTEC-384 - Coverage Tool and Test Plan update #455
Change-Id: Idf52308186a73ae1c4d815eb59f20ea7da99c964
This commit is contained in:
committed by
Rakesh Roy
parent
66e2885107
commit
dc78fafa49
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user