mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
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
|