Add tests for multi-threaded streams

[ROCm/hip commit: 7090f5c3f9]
This commit is contained in:
Ben Sander
2016-02-23 12:08:22 -06:00
parent 1d027bcaea
commit 60552f5133
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);
}