mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
Make comment more verbose.
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
de5fe3c1b3
commit
ad747a5cbf
@@ -443,7 +443,7 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushTask(
|
|||||||
requiresInstructionCacheFlush = false;
|
requiresInstructionCacheFlush = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add a PC if we have a dependency on a previous walker to avoid concurrency issues.
|
// Add a Pipe Control if we have a dependency on a previous walker to avoid concurrency issues.
|
||||||
if (taskLevel > this->taskLevel) {
|
if (taskLevel > this->taskLevel) {
|
||||||
if (!timestampPacketWriteEnabled) {
|
if (!timestampPacketWriteEnabled) {
|
||||||
PipeControlArgs args;
|
PipeControlArgs args;
|
||||||
|
|||||||
Reference in New Issue
Block a user