mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Switch aub generation to AubStream by default.
Change-Id: Id7eced78dbdb83bb8de38a6aaeb6d4ba0100849b
This commit is contained in:
committed by
sys_ocldev
parent
b4256453ed
commit
7201346810
@@ -17,7 +17,7 @@ components:
|
||||
branch: infra
|
||||
clean_on_sync: true
|
||||
dest_dir: infra
|
||||
revision: 6e020e45c91852cf77b3a9c9d7eeaaae6be42cd8
|
||||
revision: 654ed1944b41b438213eddb39f61439522edb0b5
|
||||
type: git
|
||||
internal:
|
||||
branch: master
|
||||
|
||||
@@ -27,7 +27,7 @@ DECLARE_DEBUG_VARIABLE(int32_t, TbxPort, 4321, "TCP-IP port of TBX server")
|
||||
DECLARE_DEBUG_VARIABLE(bool, FlattenBatchBufferForAUBDump, false, "Dump multi-level batch buffers to AUB as single, flat batch buffer")
|
||||
DECLARE_DEBUG_VARIABLE(bool, AddPatchInfoCommentsForAUBDump, false, "Dump comments containing allocations and patching information")
|
||||
DECLARE_DEBUG_VARIABLE(bool, UseMallocToObtainHeap32Base, false, "Instead of using dedicated ranges, use pointer from malloc as heap base.")
|
||||
DECLARE_DEBUG_VARIABLE(bool, UseAubStream, false, "Use aub_stream for aub dumping")
|
||||
DECLARE_DEBUG_VARIABLE(bool, UseAubStream, true, "Use aub_stream for aub dumping")
|
||||
|
||||
/*DEBUG FLAGS*/
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, SchedulerSimulationReturnInstance, 0, "prints execution model related debug information")
|
||||
|
||||
@@ -91,7 +91,7 @@ EnablePassInlineData = false
|
||||
LimitAmountOfReturnedDevices = 0
|
||||
UseMallocToObtainHeap32Base = false
|
||||
EnableLocalMemory = false
|
||||
UseAubStream = false
|
||||
UseAubStream = true
|
||||
AubDumpOverrideMmioRegister = 0
|
||||
AubDumpOverrideMmioRegisterValue = 0
|
||||
PowerSavingMode = 0
|
||||
|
||||
Reference in New Issue
Block a user