forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Graph SpecificationExtension Specification relatedExtension Specification relatedSpec Revision 2Targetting the second revision of the specificationTargetting the second revision of the specificationenhancementNew feature or requestNew feature or request
Description
We considered the following explicit graph building interfaces for adding a memory allocation owned by the graph:
-
Allocation function returning a reference to the raw pointer, i.e. void*&, which will be instantiated on graph finalization with the location of the allocated USM memory.
-
Allocation function returning a handle to the allocation. Applications use the handle in node command-group functions to access memory when allocated.
-
Allocation function returning a pointer to a virtual allocation, only backed with an actual allocation when graph is finalized or submitted.
Metadata
Metadata
Assignees
Labels
Graph SpecificationExtension Specification relatedExtension Specification relatedSpec Revision 2Targetting the second revision of the specificationTargetting the second revision of the specificationenhancementNew feature or requestNew feature or request