P2P checkpoint.

Maintain enabled peer tables for each device.
This commit is contained in:
Ben Sander
2016-04-06 15:49:32 -05:00
parent 4400875dda
commit e2d19d7f7a
6 changed files with 96 additions and 52 deletions
+1 -1
View File
@@ -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.