mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
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:
committed by
Compute-Runtime-Automation
parent
d11d61d229
commit
38e1614f4a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user