2023-12-04 20:06:22 +08:00
|
|
|
/*
|
2024-01-12 23:43:57 +08:00
|
|
|
* Copyright (C) 2023-2024 Intel Corporation
|
2023-12-04 20:06:22 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/os_interface/windows/wddm/wddm.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2024-01-12 23:43:57 +08:00
|
|
|
void Wddm::setProcessPowerThrottling() {}
|
|
|
|
|
|
|
|
void Wddm::setThreadPriority() {}
|
2023-12-04 20:06:22 +08:00
|
|
|
|
|
|
|
} // namespace NEO
|