compute-runtime/shared/source/execution_environment/execution_environment_wddm.cpp

22 lines
383 B
C++

/*
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/execution_environment/execution_environment.h"
namespace NEO {
void ExecutionEnvironment::adjustRootDeviceEnvironments() {
}
void ExecutionEnvironment::configureCcsMode() {
}
void ExecutionEnvironment::restoreCcsMode() {
}
} // namespace NEO