mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
refactor: correct naming of enum class constants 6/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b802ebf7b7
commit
739d181026
@@ -33,7 +33,7 @@ CommandStreamReceiver *createCommandStream(ExecutionEnvironment &executionEnviro
|
||||
}
|
||||
|
||||
if (ultHwConfig.aubTestName != nullptr) {
|
||||
if (testMode == TestMode::AubTestsWithTbx) {
|
||||
if (testMode == TestMode::aubTestsWithTbx) {
|
||||
return TbxCommandStreamReceiver::create(ultHwConfig.aubTestName, true, executionEnvironment, rootDeviceIndex, deviceBitfield);
|
||||
} else {
|
||||
return AUBCommandStreamReceiver::create(ultHwConfig.aubTestName, true, executionEnvironment, rootDeviceIndex, deviceBitfield);
|
||||
|
||||
Reference in New Issue
Block a user