First pass at virtualized queue support.

Also updated stream debug messages to consistently use trace_helper.
This commit is contained in:
Ben Sander
2017-01-04 14:38:18 -06:00
parent a6034b88e2
commit c9f5fe34e6
4 changed files with 88 additions and 64 deletions
+1 -1
View File
@@ -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;
}