SWDEV-249623 : vdi: case string for marker activity

Change-Id: Id1767a5f33d821d649e15f4659e3520ee215c374


[ROCm/clr commit: 6f88bf5eac]
This commit is contained in:
Evgeny
2020-09-22 23:29:46 -04:00
zatwierdzone przez Evgeny Shcherbakov
rodzic 0e06b19edd
commit 97a3bcd055
@@ -28,6 +28,7 @@ const char* getOclCommandKindString(uint32_t op) {
const char* case_string;
switch(static_cast<cl_command_type>(op)) {
CASE_STRING(CL_COMMAND_MARKER, Marker)
CASE_STRING(CL_COMMAND_NDRANGE_KERNEL, KernelExecution)
CASE_STRING(CL_COMMAND_READ_BUFFER, CopyDeviceToHost)
CASE_STRING(CL_COMMAND_WRITE_BUFFER, CopyHostToDevice)