Corrected Memcpydefault

This commit is contained in:
Aditya Atluri
2016-04-16 17:10:13 -05:00
parent f7089dbe4b
commit dc61929a3d
4 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ private:
void waitCopy(LockedAccessor_StreamCrit_t &crit, ihipSignal_t *signal);
// The unsigned return is hipMemcpyKind
unsigned resolveMemcpyDirection(bool srcInDeviceMem, bool dstInDeviceMem);
unsigned resolveMemcpyDirection(bool srcTracked, bool dstTracked, bool srcInDeviceMem, bool dstInDeviceMem);
void setCopyAgents(unsigned kind, ihipCommand_t *commandType, hsa_agent_t *srcAgent, hsa_agent_t *dstAgent);
unsigned _device_index; // index into the g_device array