mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Add SchedulerGWS debug variable
- SchedulerGWS forces gws for scheduler kernel - useful when using TBX server - Fix misaligned scattered write in scheduler kernel when SchedulerSimulationReturnInstance is set to value > 1 - Fix copy_test_files dependecy - modification of files in test_files triggers copy_test_files targets Change-Id: Ieee2ddec67f6c61ab942d764c7ad076b3b6ca887
This commit is contained in:
committed by
sys_ocldev
parent
3bfbcad8c6
commit
52209b5487
@@ -30,6 +30,7 @@ DECLARE_DEBUG_VARIABLE(bool, AddPatchInfoCommentsForAUBDump, false, "Dump commen
|
||||
/*DEBUG FLAGS*/
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, InitializeMemoryInDebug, 0x10, "Memory initialization in debug")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, SchedulerSimulationReturnInstance, 0, "prints execution model related debug information")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, SchedulerGWS, 0, "Forces gws of scheduler kernel, only multiple of 24 allowed or 0 - default selected")
|
||||
DECLARE_DEBUG_VARIABLE(bool, EnableDebugBreak, true, "Enable DEBUG_BREAKs")
|
||||
DECLARE_DEBUG_VARIABLE(bool, FlushAllCaches, false, "pipe controls between enqueues flush all possible caches")
|
||||
DECLARE_DEBUG_VARIABLE(bool, MakeEachEnqueueBlocking, false, "equivalent of finish after each enqueue")
|
||||
|
||||
Reference in New Issue
Block a user