mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 17:00:59 +08:00
Set windows thread priority to "above normal" on wddm init if flag is set. Related-To: NEO-8215 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
16 lines
263 B
C++
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
|