Files
compute-runtime/shared/source/execution_environment/execution_environment_wddm.cpp
John Falkowski f35107d3b0 fix for WSL and for sortNeoDevices
Signed-off-by: John Falkowski <john.falkowski@intel.com>
2022-05-07 02:38:02 +02:00

16 lines
312 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/execution_environment/execution_environment.h"
namespace NEO {
void ExecutionEnvironment::sortNeoDevices() {
return ExecutionEnvironment::sortNeoDevicesWDDM();
}
} // namespace NEO