First pass at virtualized queue support.

Also updated stream debug messages to consistently use trace_helper.


[ROCm/hip commit: 93fbc9cf7b]
This commit is contained in:
Ben Sander
2017-01-04 14:38:18 -06:00
والد 653248458f
کامیت bbb1485a83
4فایلهای تغییر یافته به همراه88 افزوده شده و 64 حذف شده
@@ -54,7 +54,7 @@ hipError_t ihipStreamCreate(hipStream_t *stream, unsigned int flags)
*stream = istream;
}
tprintf(DB_SYNC, "hipStreamCreate, stream=%p\n", *stream);
tprintf(DB_SYNC, "hipStreamCreate, %s\n", ToString(*stream).c_str());
} else {
e = hipErrorInvalidDevice;
}