mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Add INTEL suffix to the clEnqueueVerifyMemory
Related-To: NEO-3082 Change-Id: Ia15ab39545144198b2db745a0a61757b6b1caf47 Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
381ccfc0aa
commit
d6367f02aa
@@ -841,7 +841,7 @@ cl_sampler CL_API_CALL clCreateSamplerWithProperties(
|
||||
const cl_sampler_properties *samplerProperties,
|
||||
cl_int *errcodeRet);
|
||||
|
||||
cl_int CL_API_CALL clEnqueueVerifyMemory(
|
||||
cl_int CL_API_CALL clEnqueueVerifyMemoryINTEL(
|
||||
cl_command_queue commandQueue,
|
||||
const void *allocationPtr,
|
||||
const void *expectedData,
|
||||
|
||||
Reference in New Issue
Block a user