mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:20:26 +08:00
Remove unused useSingleSubdevice flag
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1df4adfd8b
commit
810241e2a8
@@ -31,7 +31,6 @@ struct BatchBuffer {
|
||||
size_t usedSize,
|
||||
LinearStream *stream,
|
||||
void *endCmdPtr,
|
||||
bool useSingleSubdevice,
|
||||
bool hasStallingCmds,
|
||||
bool hasRelaxedOrderingDependencies);
|
||||
BatchBuffer() {}
|
||||
@@ -51,7 +50,6 @@ struct BatchBuffer {
|
||||
LinearStream *stream = nullptr;
|
||||
void *endCmdPtr = nullptr;
|
||||
|
||||
bool useSingleSubdevice = false;
|
||||
bool hasStallingCmds = false;
|
||||
bool hasRelaxedOrderingDependencies = false;
|
||||
bool ringBufferRestartRequest = false;
|
||||
|
||||
Reference in New Issue
Block a user