mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Pass hwInfo to appendMiFlushDw
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
15f102a7cb
commit
9a450d1b74
@@ -75,7 +75,8 @@ class HardwareInterface {
|
||||
LinearStream *commandStream,
|
||||
CommandQueue &commandQueue,
|
||||
DebugPauseState confirmationTrigger,
|
||||
DebugPauseState waitCondition);
|
||||
DebugPauseState waitCondition,
|
||||
const HardwareInfo &hwInfo);
|
||||
|
||||
static void programWalker(
|
||||
LinearStream &commandStream,
|
||||
|
||||
Reference in New Issue
Block a user