P4 to Git Change 1990032 by cpaquot@cpaquot-ocl-lc-lnx on 2019/08/27 20:20:36

SWDEV-145570 - [HIP] Add missing HIP_INIT_API macros and more debug printf.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#39 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#23 edit
This commit is contained in:
foreman
2019-08-27 20:26:25 -04:00
parent d0edeaf3cf
commit 534727cd01
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -114,6 +114,8 @@ static hipError_t ihipStreamCreate(hipStream_t *stream, unsigned int flags, amd:
*stream = reinterpret_cast<hipStream_t>(hStream);
LogPrintfInfo("ihipStreamCreate: %zx", hStream);
return hipSuccess;
}