mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Log created image cl_mem objects in api calls
Change-Id: Ic304b5971ddb93057afa47a5205e11e0110b037e
This commit is contained in:
committed by
sys_ocldev
parent
b9310afe76
commit
69820ab51f
@@ -836,6 +836,7 @@ cl_mem CL_API_CALL clCreateImage2D(cl_context context,
|
||||
if (errcodeRet) {
|
||||
*errcodeRet = retVal;
|
||||
}
|
||||
DBG_LOG_INPUTS("image 2D", image2D);
|
||||
return image2D;
|
||||
}
|
||||
|
||||
@@ -882,6 +883,7 @@ cl_mem CL_API_CALL clCreateImage3D(cl_context context,
|
||||
if (errcodeRet) {
|
||||
*errcodeRet = retVal;
|
||||
}
|
||||
DBG_LOG_INPUTS("image 3D", image3D);
|
||||
return image3D;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user