mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Dont use context in built ins
Change-Id: Id2af09190edbc1a3bb930210fe340691aa1e4578 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
1cf9a7c162
commit
b218281488
@@ -46,7 +46,7 @@ cl_int CommandQueueHw<GfxFamily>::enqueueWriteImage(
|
||||
numEventsInWaitList, eventWaitList, event);
|
||||
}
|
||||
auto &builder = getDevice().getExecutionEnvironment()->getBuiltIns()->getBuiltinDispatchInfoBuilder(EBuiltInOps::CopyBufferToImage3d,
|
||||
this->getContext(), this->getDevice());
|
||||
this->getDevice());
|
||||
|
||||
BuiltInOwnershipWrapper lock(builder, this->context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user