Searched defs:MemcpyRecord (Results 1 – 1 of 1) sorted by relevance
84 struct MemcpyRecord { struct85 CUmemorytype src_type;86 CUmemorytype dst_type;87 size_t size_bytes;88 CUcontext context;89 CUstream stream;90 CUevent start_event;91 CUevent stop_event;92 const std::string* annotation;