trace buffer flush on destruct

[ROCm/roctracer commit: 9ad1269ae8]
This commit is contained in:
Evgeny
2019-07-15 12:39:46 -05:00
parent 056099904c
commit c925a36edb
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ PUBLIC_API const char* roctracer_op_string(
break;
}
case ACTIVITY_DOMAIN_HIP_API: {
return hipApiName(op);
return roctracer::HipLoader::Instance().ApiName(op);
break;
}
default: