mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Fix compilation with OCL_RUNTIME_PROFILING
Change-Id: Ib07543fb5f6048e99cdd198111ba88309da2c3e8 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
0a927f8cdc
commit
72a5c2c6c4
@@ -3070,8 +3070,7 @@ clCreatePerfCountersCommandQueueINTEL(
|
||||
cl_command_queue_properties properties,
|
||||
cl_uint configuration,
|
||||
cl_int *errcodeRet) {
|
||||
cl_int retVal = CL_SUCCESS;
|
||||
API_ENTER(&retVal);
|
||||
API_ENTER(nullptr);
|
||||
|
||||
DBG_LOG_INPUTS("context", context,
|
||||
"device", device,
|
||||
|
||||
Reference in New Issue
Block a user