mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Enable zeDeviceCanAccessPeer
- Propagate return value up from Batch Buffer exec - Add zeDeviceCanAccessPeer functionality Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
2441f0660d
commit
0859f99d64
@ -84,7 +84,7 @@ class CommandStreamReceiver {
|
||||
uint32_t taskLevel, DispatchFlags &dispatchFlags, Device &device) = 0;
|
||||
|
||||
virtual bool flushBatchedSubmissions() = 0;
|
||||
MOCKABLE_VIRTUAL bool submitBatchBuffer(BatchBuffer &batchBuffer, ResidencyContainer &allocationsForResidency);
|
||||
MOCKABLE_VIRTUAL int submitBatchBuffer(BatchBuffer &batchBuffer, ResidencyContainer &allocationsForResidency);
|
||||
virtual void pollForCompletion() {}
|
||||
virtual void programHardwareContext(LinearStream &cmdStream) = 0;
|
||||
virtual size_t getCmdsSizeForHardwareContext() const = 0;
|
||||
|
Reference in New Issue
Block a user