mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
feature: Record&Replay support for additional API calls
Related-To: NEO-15373 Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7ce4ec736f
commit
74f04acb88
@@ -62,7 +62,7 @@ class OsContext : public ReferenceTrackedObject<OsContext> {
|
||||
bool &startInContext);
|
||||
virtual void reInitializeContext() {}
|
||||
|
||||
inline static constexpr uint8_t getUmdPowerHintMax() { return NEO::OsContext::powerHintMax; }
|
||||
static constexpr uint8_t getUmdPowerHintMax() { return NEO::OsContext::powerHintMax; }
|
||||
uint8_t getUmdPowerHintValue() { return powerHintValue; }
|
||||
void setUmdPowerHintValue(uint8_t powerHintValue) { this->powerHintValue = powerHintValue; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user