mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Aux translation [3/n]: Dispatch AuxTranslation builtin when required
Change-Id: I9bd0294de7980ac01ebb3c2d696eba6fd6a456ec
This commit is contained in:

committed by
sys_ocldev

parent
93c1a7b51b
commit
6ca84c278a
@ -413,6 +413,8 @@ cl_int Kernel::cloneKernel(Kernel *pSourceKernel) {
|
||||
kernelSvmGfxAllocations.push_back(gfxAlloc);
|
||||
}
|
||||
|
||||
this->isBuiltIn = pSourceKernel->isBuiltIn;
|
||||
|
||||
return CL_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user