mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Create dedicated allocation for global fence purposes
Related-To: NEO-3216 Change-Id: I0483a99ea1095c7a10b1318f51569e479386cac4 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
004ea3946d
commit
8560b2b262
@@ -79,6 +79,7 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
|
||||
SVM_GPU,
|
||||
SVM_ZERO_COPY,
|
||||
TAG_BUFFER,
|
||||
GLOBAL_FENCE,
|
||||
TIMESTAMP_PACKET_TAG_BUFFER,
|
||||
WRITE_COMBINED
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user