mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Don't use device from kernel if possible [1/n]
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a2d2bd629a
commit
bd432fa94c
@@ -59,7 +59,8 @@ struct HardwareCommandsHelper : public PerThreadDataHelper {
|
||||
const Kernel &kernel,
|
||||
uint32_t bindingTablePrefetchSize,
|
||||
PreemptionMode preemptionMode,
|
||||
INTERFACE_DESCRIPTOR_DATA *inlineInterfaceDescriptor);
|
||||
INTERFACE_DESCRIPTOR_DATA *inlineInterfaceDescriptor,
|
||||
const HardwareInfo &hardwareInfo);
|
||||
|
||||
static void sendMediaStateFlush(
|
||||
LinearStream &commandStream,
|
||||
@@ -91,7 +92,8 @@ struct HardwareCommandsHelper : public PerThreadDataHelper {
|
||||
PreemptionMode preemptionMode,
|
||||
WALKER_TYPE<GfxFamily> *walkerCmd,
|
||||
INTERFACE_DESCRIPTOR_DATA *inlineInterfaceDescriptor,
|
||||
bool localIdsGenerationByRuntime);
|
||||
bool localIdsGenerationByRuntime,
|
||||
const HardwareInfo &hardwareInfo);
|
||||
|
||||
static void programPerThreadData(
|
||||
size_t &sizePerThreadData,
|
||||
|
||||
Reference in New Issue
Block a user