mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Revert "performance(ocl): program barrier pc in taskStream"
This reverts commit 839c2d6737.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0a28d622fa
commit
b5e9c10f64
@@ -166,9 +166,6 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
|
||||
size_t getCmdsSizeForComputeBarrierCommand() const override {
|
||||
return 0;
|
||||
}
|
||||
void programStallingCommandsForBarrier(LinearStream &cmdStream, TimestampPacketContainer *barrierTimestampPacketNodes, const bool isDcFlushRequired) override {
|
||||
programStallingCommandsForBarrierCalled = true;
|
||||
}
|
||||
|
||||
bool createPreemptionAllocation() override {
|
||||
if (createPreemptionAllocationParentCall) {
|
||||
@@ -217,7 +214,6 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
|
||||
bool createPreemptionAllocationReturn = true;
|
||||
bool createPreemptionAllocationParentCall = false;
|
||||
bool programComputeBarrierCommandCalled = false;
|
||||
bool programStallingCommandsForBarrierCalled = false;
|
||||
std::optional<bool> isGpuHangDetectedReturnValue{};
|
||||
std::optional<bool> testTaskCountReadyReturnValue{};
|
||||
WaitStatus waitForCompletionWithTimeoutReturnValue{WaitStatus::Ready};
|
||||
|
||||
Reference in New Issue
Block a user