mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Remove not used variable
Change-Id: I72f696948ca37ed7778fb081afe5f88d3abea4e9 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
ad2b8a0bbe
commit
0dafcfcce5
@@ -855,10 +855,8 @@ CompletionStamp CommandQueueHw<GfxFamily>::enqueueCommandWithoutKernel(
|
||||
previousTimestampPacketNodes->makeResident(getGpgpuCommandStreamReceiver());
|
||||
}
|
||||
|
||||
auto requiresCoherency = false;
|
||||
for (auto surface : CreateRange(surfaces, surfaceCount)) {
|
||||
surface->makeResident(getGpgpuCommandStreamReceiver());
|
||||
requiresCoherency |= surface->IsCoherent;
|
||||
}
|
||||
|
||||
if (enqueueProperties.operation == EnqueueProperties::Operation::Blit) {
|
||||
|
||||
Reference in New Issue
Block a user