cosmetic change

This commit is contained in:
Evgeny
2019-11-15 12:29:34 -06:00
rodzic 504b7b26c6
commit 44b5860b0e
+3 -3
Wyświetl plik
@@ -268,6 +268,9 @@ void hsa_activity_callback(
index++;
}
///////////////////////////////////////////////////////////////////////////////////////////////////////
// HIP API tracing
struct hip_api_trace_entry_t {
uint32_t valid;
uint32_t type;
@@ -282,9 +285,6 @@ struct hip_api_trace_entry_t {
void* ptr;
};
///////////////////////////////////////////////////////////////////////////////////////////////////////
// HIP API tracing
void hip_api_flush_cb(hip_api_trace_entry_t* entry);
roctracer::TraceBuffer<hip_api_trace_entry_t>::flush_prm_t hip_flush_prm[1] = {{0, hip_api_flush_cb}};
roctracer::TraceBuffer<hip_api_trace_entry_t> hip_api_trace_buffer("HIP", 0x200000, hip_flush_prm, 1);