mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Set windows process power throttling hint to HIGH on wddm init Related-To: NEO-8215 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
15 lines
224 B
C++
15 lines
224 B
C++
/*
|
|
* Copyright (C) 2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/os_interface/windows/wddm/wddm.h"
|
|
|
|
namespace NEO {
|
|
|
|
void Wddm::setProcessPowerThrottling() {
|
|
}
|
|
|
|
} // namespace NEO
|