feature: Add interface to bind resources as readonly

Related-To: NEO-10398
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2024-03-27 12:52:30 +00:00
committed by Compute-Runtime-Automation
parent 6c7a568f64
commit b722f3b579
30 changed files with 279 additions and 28 deletions

View File

@@ -237,4 +237,9 @@ bool ProductHelperHw<gfxProduct>::isSkippingStatefulInformationRequired(const Ke
return isGeneratedByNgen;
}
template <>
bool ProductHelperHw<gfxProduct>::supportReadOnlyAllocations() const {
return true;
}
} // namespace NEO