fix: create and use new allocation type for syncBuffer

Related-To: NEO-11533
Related-To: HSD-18039788811
Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
This commit is contained in:
Fabian Zwoliński
2024-09-05 19:37:52 +00:00
committed by Compute-Runtime-Automation
parent d11d61d229
commit 38e1614f4a
13 changed files with 17 additions and 6 deletions

View File

@@ -86,6 +86,8 @@ const char *AppResourceHelper::getResourceTagStr(AllocationType type) {
return "SVM_GPU";
case AllocationType::svmZeroCopy:
return "SVM0COPY";
case AllocationType::syncBuffer:
return "SYNCBUFF";
case AllocationType::tagBuffer:
return "TAGBUFER";
case AllocationType::globalFence: