2
0

hipStreamWaitEvent update.

Add passed to hipStreamWaitEvent test.
Fix pointerAttrib test to work with new and old HCC versions.
Minor code touchup.

Change-Id: I139ba6ce9f6bf2b4bee89aebdec5981b4346ffc0
Este cometimento está contido em:
Ben Sander
2016-09-01 18:00:31 -05:00
ascendente db9fe9f494
cometimento 0923c2d261
4 ficheiros modificados com 19 adições e 4 eliminações
+2
Ver ficheiro
@@ -148,6 +148,8 @@ hipError_t hipMalloc(void** ptr, size_t sizeBytes)
hip_status = hipErrorMemoryAllocation;
}
//printf (" hipMalloc allocated %p\n", *ptr);
return ihipLogStatus(hip_status);
}