mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Expand adjustPipelineSelect parameters
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5c63929473
commit
444b9594af
@@ -86,6 +86,7 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
uint32_t slmSize = std::numeric_limits<uint32_t>::max();
|
||||
uint32_t nextIddInBlock = 0;
|
||||
uint32_t lastSentNumGrfRequired = 0;
|
||||
bool lastPipelineSelectModeRequired = false;
|
||||
|
||||
Device *getDevice() const { return device; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user