mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:20:26 +08:00
fix(ocl): fix resolve dependencies by pipecontrol
Keep semaphore programming for events on bcs Related-To: NEO-7321 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
59d79d63b6
commit
d13dd79312
@@ -236,6 +236,14 @@ TaskCountType Event::peekBcsTaskCountFromCommandQueue() {
|
||||
}
|
||||
}
|
||||
|
||||
bool Event::isBcsEvent() const {
|
||||
return bcsState.isValid() && bcsState.taskCount > 0;
|
||||
}
|
||||
|
||||
aub_stream::EngineType Event::getBcsEngineType() const {
|
||||
return bcsState.engineType;
|
||||
}
|
||||
|
||||
TaskCountType Event::getCompletionStamp() const {
|
||||
return this->taskCount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user