mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
Revert "Assign BCS at first blit enqueue"
This reverts commit 0469034acb.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
85b47476b6
commit
a3fe50c2e4
@@ -1067,7 +1067,7 @@ struct WaitUntilCompletionTests : public ::testing::Test {
|
||||
|
||||
MyCmdQueue(Context *context, ClDevice *device) : CommandQueueHw<Family>(context, device, nullptr, false){};
|
||||
|
||||
CommandStreamReceiver *getBcsCommandStreamReceiver(aub_stream::EngineType bcsEngineType) override {
|
||||
CommandStreamReceiver *getBcsCommandStreamReceiver(aub_stream::EngineType bcsEngineType) const override {
|
||||
return bcsCsrToReturn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user