mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +08:00
Enable ZE_ENABLE_PCI_ID_DEVICE_ORDER by default
Most customers use this already, so enable by default to have consistent enumeration of devices. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
213dc2fe24
commit
d5bc7e66e7
@@ -12,4 +12,4 @@
|
|||||||
DECLARE_DEBUG_VARIABLE(bool, MakeAllBuffersResident, false, "Make all buffers resident after creation")
|
DECLARE_DEBUG_VARIABLE(bool, MakeAllBuffersResident, false, "Make all buffers resident after creation")
|
||||||
DECLARE_DEBUG_VARIABLE(int32_t, OverrideDefaultFP64Settings, -1, "-1: dont override, 0: disable, 1: enable.")
|
DECLARE_DEBUG_VARIABLE(int32_t, OverrideDefaultFP64Settings, -1, "-1: dont override, 0: disable, 1: enable.")
|
||||||
DECLARE_DEBUG_VARIABLE(std::string, ZE_AFFINITY_MASK, std::string("default"), "Refer to the Level Zero Specification for a description")
|
DECLARE_DEBUG_VARIABLE(std::string, ZE_AFFINITY_MASK, std::string("default"), "Refer to the Level Zero Specification for a description")
|
||||||
DECLARE_DEBUG_VARIABLE(bool, ZE_ENABLE_PCI_ID_DEVICE_ORDER, false, "Refer to the Level Zero Specification for a description")
|
DECLARE_DEBUG_VARIABLE(bool, ZE_ENABLE_PCI_ID_DEVICE_ORDER, true, "Refer to the Level Zero Specification for a description")
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ AUBDumpToggleFileName = unk
|
|||||||
OverrideGdiPath = unk
|
OverrideGdiPath = unk
|
||||||
AubDumpAddMmioRegistersList = unk
|
AubDumpAddMmioRegistersList = unk
|
||||||
ZE_AFFINITY_MASK = default
|
ZE_AFFINITY_MASK = default
|
||||||
ZE_ENABLE_PCI_ID_DEVICE_ORDER = 0
|
ZE_ENABLE_PCI_ID_DEVICE_ORDER = 1
|
||||||
AUBDumpFilterNamedKernelStartIdx = 0
|
AUBDumpFilterNamedKernelStartIdx = 0
|
||||||
AUBDumpFilterNamedKernelEndIdx = -1
|
AUBDumpFilterNamedKernelEndIdx = -1
|
||||||
AUBDumpSubCaptureMode = 0
|
AUBDumpSubCaptureMode = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user