disabling kernel name printing for kernel launches by func pointer and ostream operator template

Change-Id: Icbcedafb1812a1be03837f6cb47283eb0d382ad2
Šī revīzija ir iekļauta:
Evgeny
2020-05-27 04:21:31 -05:00
revīziju iesūtīja Evgeny Shcherbakov
vecāks da4b244887
revīzija 9d4a58f6da
2 mainīti faili ar 6 papildinājumiem un 2 dzēšanām
+1 -1
Parādīt failu
@@ -346,7 +346,7 @@ roctracer::TraceBuffer<hip_api_trace_entry_t> hip_api_trace_buffer("HIP", 0x2000
static inline bool is_hip_kernel_launch_api(const uint32_t& cid) {
bool ret =
#if HIP_VDI
#if 0 // HIP_VDI
(cid == HIP_API_ID_hipLaunchKernel) ||
(cid == HIP_API_ID_hipExtLaunchMultiKernelMultiDevice) ||
(cid == HIP_API_ID_hipLaunchCooperativeKernel) ||