Add KFD support (3rd try).

This commit is contained in:
Rachida Kebichi
2019-09-27 18:43:01 -04:00
rodzic 315a547cc4
commit e8a5f32039
+2
Wyświetl plik
@@ -297,7 +297,9 @@ void hip_api_flush_cb(hip_api_trace_entry_t* entry) {
data->args.hipModuleLaunchKernel.stream);
break;
default:
#if 0
fprintf(hip_api_file_handle, "%s()\n", oss.str().c_str());
#endif
}
} else {
fprintf(hip_api_file_handle, "%s(%s)\n", oss.str().c_str(), entry->name);