First pass at virtualized queue support.

Also updated stream debug messages to consistently use trace_helper.
Tento commit je obsažen v:
Ben Sander
2017-01-04 14:38:18 -06:00
rodič fd209f37d9
revize 93fbc9cf7b
4 změnil soubory, kde provedl 88 přidání a 64 odebrání
+1 -1
Zobrazit soubor
@@ -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;
}