mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: block copy operations CommandStreamReceiver
The implicit ones are not sufficient and user-provided does not seem to be needed. Related-To: NEO-11825 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0f80818f59
commit
3849bad719
@@ -93,6 +93,9 @@ class CommandStreamReceiver {
|
||||
CommandStreamReceiver(ExecutionEnvironment &executionEnvironment,
|
||||
uint32_t rootDeviceIndex,
|
||||
const DeviceBitfield deviceBitfield);
|
||||
CommandStreamReceiver(const CommandStreamReceiver &) = delete;
|
||||
CommandStreamReceiver &operator=(const CommandStreamReceiver &) = delete;
|
||||
|
||||
virtual ~CommandStreamReceiver();
|
||||
|
||||
virtual SubmissionStatus flush(BatchBuffer &batchBuffer, ResidencyContainer &allocationsForResidency) = 0;
|
||||
|
||||
Reference in New Issue
Block a user