Add tests for multi-threaded streams

This commit is contained in:
Ben Sander
2016-02-23 12:08:22 -06:00
parent c2d66a48a7
commit 7090f5c3f9
2 changed files with 274 additions and 0 deletions
+2
View File
@@ -1183,6 +1183,8 @@ hipError_t hipDeviceReset(void)
}
#endif
// TODO - reset all streams on the device.
return ihipLogStatus(hipSuccess);
}