Maintain enabled peer tables for each device.
Этот коммит содержится в:
Ben Sander
2016-04-06 15:49:32 -05:00
родитель 4400875dda
Коммит e2d19d7f7a
6 изменённых файлов: 96 добавлений и 52 удалений
+1 -1
Просмотреть файл
@@ -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.