Introduce initial implementation of DirectSubmission relaxed ordering mode.

Initial implementation of task store section

Related-To: NEO-7458

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2022-11-16 17:24:04 +00:00
committed by Compute-Runtime-Automation
parent 8927399cce
commit 89b96e5e8f
16 changed files with 393 additions and 5 deletions

View File

@@ -230,6 +230,8 @@ const char *getAllocationTypeString(GraphicsAllocation const *graphicsAllocation
return "UNIFIED_SHARED_MEMORY";
case AllocationType::SW_TAG_BUFFER:
return "SW_TAG_BUFFER";
case AllocationType::DEFERRED_TASKS_LIST:
return "DEFERRED_TASKS_LIST";
default:
return "ILLEGAL_VALUE";
}