mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
feature: isForceStatelessRefactor
Related-to: NEO-6075 Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
94d01b4d40
commit
68755178a0
@@ -87,7 +87,7 @@ cl_int CommandQueueHw<GfxFamily>::enqueueReadBufferImpl(
|
||||
numEventsInWaitList, eventWaitList, event);
|
||||
}
|
||||
|
||||
const bool isStateless = isForceStateless || forceStateless(buffer->getSize());
|
||||
const bool isStateless = forceStateless(buffer->getSize());
|
||||
const bool useHeapless = this->getHeaplessModeEnabled();
|
||||
auto builtInType = EBuiltInOps::adjustBuiltinType<EBuiltInOps::copyBufferToBuffer>(isStateless, useHeapless);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user