mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
performance: Adjust NEO CAL config
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8e51d9ae90
commit
d030aff3f0
@@ -186,13 +186,8 @@ TEST(ExecutionEnvironment, givenEnableDirectSubmissionControllerSetZeroWhenIniti
|
||||
|
||||
TEST(ExecutionEnvironment, givenNeoCalEnabledWhenCreateExecutionEnvironmentThenSetDebugVariables) {
|
||||
const std::unordered_map<std::string, int32_t> config = {
|
||||
{"EnableCmdQRoundRobindBcsEngineAssignLimit", 6},
|
||||
{"EnableCmdQRoundRobindBcsEngineAssign", 1},
|
||||
{"ForceBCSForInternalCopyEngine", 7},
|
||||
{"AssignBCSAtEnqueue", 0},
|
||||
{"EnableCopyEngineSelector", 1},
|
||||
{"SplitBcsCopy", 0},
|
||||
};
|
||||
{"UseKmdMigration", 0},
|
||||
{"SplitBcsSize", 256}};
|
||||
|
||||
#undef DECLARE_DEBUG_VARIABLE
|
||||
#define DECLARE_DEBUG_VARIABLE(dataType, variableName, defaultValue, description) \
|
||||
|
||||
Reference in New Issue
Block a user