First pass at virtualized queue support.

Also updated stream debug messages to consistently use trace_helper.


[ROCm/clr commit: c9f5fe34e6]
This commit is contained in:
Ben Sander
2017-01-04 14:38:18 -06:00
parent a3d325d206
commit 82cf0397c5
4 ha cambiato i file con 88 aggiunte e 64 eliminazioni
+1 -1
Vedi 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;
}