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

16 lines
277 B
C++

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