SWDEV-249623 : vdi: case string for marker activity

Change-Id: Id1767a5f33d821d649e15f4659e3520ee215c374
Tento commit je obsažen v:
Evgeny
2020-09-22 23:29:46 -04:00
odevzdal Evgeny Shcherbakov
rodič 28f71a682d
revize 6f88bf5eac
+1
Zobrazit soubor
@@ -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)