mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Rename getDevices functions
getDevices -> prepareDeviceEnvironments Change-Id: Ie5bbc0e9f1fe9b1c34ba012249ffa33c4d2ebd05 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
38f53cab8a
commit
688c95ce3c
@@ -14,11 +14,11 @@ namespace NEO {
|
||||
|
||||
class ExecutionEnvironment;
|
||||
class Device;
|
||||
bool getDevices(ExecutionEnvironment &executionEnvironment);
|
||||
bool prepareDeviceEnvironments(ExecutionEnvironment &executionEnvironment);
|
||||
class DeviceFactory {
|
||||
public:
|
||||
static bool getDevices(ExecutionEnvironment &executionEnvironment);
|
||||
static bool getDevicesForProductFamilyOverride(ExecutionEnvironment &executionEnvironment);
|
||||
static bool prepareDeviceEnvironments(ExecutionEnvironment &executionEnvironment);
|
||||
static bool prepareDeviceEnvironmentsForProductFamilyOverride(ExecutionEnvironment &executionEnvironment);
|
||||
static std::vector<std::unique_ptr<Device>> createDevices(ExecutionEnvironment &executionEnvironment);
|
||||
static bool isHwModeSelected();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user