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:
Chodor, Jaroslaw
2025-07-07 15:12:59 +00:00
committed by Compute-Runtime-Automation
parent 7ce4ec736f
commit 74f04acb88
5 changed files with 784 additions and 88 deletions

View File

@@ -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; }