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:
Jobczyk, Lukasz
2019-04-08 13:37:10 +02:00
committed by sys_ocldev
parent 381ccfc0aa
commit d6367f02aa
5 changed files with 26 additions and 26 deletions

View File

@@ -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,