mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: correct naming of enum class constants 5/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
432142c574
commit
8c90350f3c
@@ -441,7 +441,7 @@ std::vector<std::unique_ptr<HwDeviceId>> Wddm::discoverDevices(ExecutionEnvironm
|
||||
continue;
|
||||
}
|
||||
|
||||
if (adapterDesc.type == AdapterFactory::AdapterDesc::Type::NotHardware) {
|
||||
if (adapterDesc.type == AdapterFactory::AdapterDesc::Type::notHardware) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user