Add DebugFlag capability to force disabling/enabling local memory

Change-Id: Ic59780d200cc4b0e1a764b436aa7273c3ca8c728
This commit is contained in:
Kowalczuk, Jakub
2018-12-17 12:08:34 +01:00
committed by sys_ocldev
parent b138ff5750
commit ba66999f28
6 changed files with 29 additions and 26 deletions

View File

@@ -28,6 +28,7 @@ DECLARE_DEBUG_VARIABLE(bool, FlattenBatchBufferForAUBDump, false, "Dump multi-le
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, true, "Use aub_stream for aub dumping")
DECLARE_DEBUG_VARIABLE(bool, AUBDumpForceAllToLocalMemory, false, "Force placing every allocation in local memory address space")
/*DEBUG FLAGS*/
DECLARE_DEBUG_VARIABLE(int32_t, SchedulerSimulationReturnInstance, 0, "prints execution model related debug information")