remove printf

Change-Id: I36510a7ff0425f05a6d0b9c65cda4397c9cc2d95
This commit is contained in:
Ben Sander
2016-09-02 17:50:31 -05:00
والد 1f40a73ae1
کامیت 64bc513df9
+1 -2
مشاهده پرونده
@@ -66,7 +66,7 @@ hipError_t hipStreamCreateWithFlags(hipStream_t *stream, unsigned int flags)
}
//---
hipError_t hipStreamCreate(hipStream_t *stream)
hipError_t hipStreamCreate(hipStream_t *stream)
{
HIP_INIT_API(stream);
@@ -95,7 +95,6 @@ hipError_t hipStreamWaitEvent(hipStream_t stream, hipEvent_t event, unsigned int
#if USE_AV_COPY
if (stream != hipStreamNull) {
printf ("HIP: wait locked stream\n");
stream->locked_waitEvent(event);
fastWait = true; // don't use the slow host-side synchronization.