Copy command buffer into ring buffer

Resolves: NEO-7422

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2023-02-22 07:29:42 +00:00
committed by Compute-Runtime-Automation
parent 6e39b98094
commit 2f5be7a48d
40 changed files with 557 additions and 163 deletions

View File

@@ -31,6 +31,7 @@ struct StorageInfo {
bool isLockable = false;
bool localOnlyRequired = false;
bool systemMemoryPlacement = true;
bool systemMemoryForced = false;
char resourceTag[AppResourceDefines::maxStrLen + 1] = "";
uint32_t getMemoryBanks() const { return static_cast<uint32_t>(memoryBanks.to_ulong()); }
uint32_t getTotalBanksCnt() const;