compute-runtime/shared/source/os_interface/windows/power_settings_stub.cpp

16 lines
263 B
C++

/*
* Copyright (C) 2023-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/windows/wddm/wddm.h"
namespace NEO {
void Wddm::setProcessPowerThrottling() {}
void Wddm::setThreadPriority() {}
} // namespace NEO