P2P checkpoint.

Maintain enabled peer tables for each device.
This commit is contained in:
Ben Sander
2016-04-06 15:49:32 -05:00
förälder 69f2469cbb
incheckning f2aa470f7f
6 ändrade filer med 96 tillägg och 52 borttagningar
+1 -1
Visa fil
@@ -65,7 +65,7 @@ const char *hipGetErrorName(hipError_t hip_error)
//---
const char *hipGetErrorString(hipError_t hip_error)
{
std::call_once(hip_initialized, ihipInit);
HIP_INIT_API(hip_error);
// TODO - return a message explaining the error.
// TODO - This should be set up to return the same string reported in the the doxygen comments, somehow.