Fix using ATP markers

Change-Id: If2d04f80b580237426c569737551e2001a8cd35a
This commit is contained in:
Maneesh Gupta
2016-07-21 16:02:51 +05:30
parent 7022986ab2
commit b23fad53cc
4 changed files with 32 additions and 15 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ class ihipDevice_t;
// TODO - currently we print the trace message at the beginning. if we waited, we could also include return codes, and any values returned
// through ptr-to-args (ie the pointers allocated by hipMalloc).
#if COMPILE_HIP_ATP_MARKER
#include "AMDTActivityLogger.h"
#include "CXLActivityLogger.h"
#define SCOPED_MARKER(markerName,group,userString) amdtScopedMarker(markerName, group, userString)
#else
// Swallow scoped markers: