mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:11:16 +08:00
refactor: remove not used dispatch modes
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
33db4ed0de
commit
678f99c57d
@@ -76,11 +76,9 @@ class TagAllocator;
|
||||
class TagNodeBase;
|
||||
|
||||
enum class DispatchMode {
|
||||
deviceDefault = 0, // default for given device
|
||||
immediateDispatch, // everything is submitted to the HW immediately
|
||||
adaptiveDispatch, // dispatching is handled to async thread, which combines batch buffers basing on load (not implemented)
|
||||
batchedDispatchWithCounter, // dispatching is batched, after n commands there is implicit flush (not implemented)
|
||||
batchedDispatch // dispatching is batched, explicit clFlush is required
|
||||
deviceDefault = 0, // default for given device
|
||||
immediateDispatch, // everything is submitted to the HW immediately
|
||||
batchedDispatch // dispatching is batched, explicit clFlush is required
|
||||
};
|
||||
|
||||
class CommandStreamReceiver : NEO::NonCopyableAndNonMovableClass {
|
||||
|
||||
Reference in New Issue
Block a user