rpl_run w/o input file; queue create callback; test for n gpus and n threads
Change-Id: I37157c49cf6454de591cae97b5cc43287ea95956
This commit is contained in:
@@ -1020,10 +1020,10 @@ extern "C" PUBLIC_API void OnUnloadTool() {
|
||||
// Dump stored profiling output data
|
||||
fflush(stdout);
|
||||
if (result_file_opened) {
|
||||
printf("\nROCPRofiler: %u contexts collected", context_collected); fflush(stdout);
|
||||
printf("\nROCPRofiler:"); fflush(stdout);
|
||||
dump_context_array(NULL);
|
||||
fclose(result_file_handle);
|
||||
printf(", output directory %s\n", result_prefix);
|
||||
printf(" %u contexts collected, output directory %s\n", context_collected, result_prefix);
|
||||
} else {
|
||||
if (context_collected != context_count) {
|
||||
results_output_break();
|
||||
|
||||
Reference in New Issue
Block a user