mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
feature: Introduce ULLS light
Add core implementation of ULLS without VM_BIND interface aka ULLS light. Related-To: NEO-13922 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
488ac4bb6a
commit
bc2b49b958
@@ -156,7 +156,7 @@ void CommandStreamReceiver::makeResident(GraphicsAllocation &gfxAllocation) {
|
||||
gfxAllocation.updateTaskCount(submissionTaskCount, osContext->getContextId());
|
||||
|
||||
if (gfxAllocation.isResidencyTaskCountBelow(submissionTaskCount, osContext->getContextId())) {
|
||||
auto pushAllocations = true;
|
||||
auto pushAllocations = !this->osContext->isDirectSubmissionLightActive();
|
||||
|
||||
if (debugManager.flags.MakeEachAllocationResident.get() != -1) {
|
||||
pushAllocations = !debugManager.flags.MakeEachAllocationResident.get();
|
||||
|
||||
Reference in New Issue
Block a user