2022-05-05 06:10:46 +08:00
|
|
|
/*
|
2024-03-15 21:14:45 +08:00
|
|
|
* Copyright (C) 2022-2024 Intel Corporation
|
2022-05-05 06:10:46 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/execution_environment/execution_environment.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2023-07-11 18:55:25 +08:00
|
|
|
void ExecutionEnvironment::adjustRootDeviceEnvironments() {
|
2022-05-05 06:10:46 +08:00
|
|
|
}
|
|
|
|
|
2024-03-15 21:14:45 +08:00
|
|
|
void ExecutionEnvironment::configureCcsMode() {
|
|
|
|
}
|
|
|
|
|
|
|
|
void ExecutionEnvironment::restoreCcsMode() {
|
|
|
|
}
|
|
|
|
|
2023-07-11 18:55:25 +08:00
|
|
|
} // namespace NEO
|