mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
8927399cce
commit
89b96e5e8f
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user