SWDEV-299127 - Merge 'develop' into 'amd-staging'
Change-Id: I5b90185128a154a9ecc7fb8fb107ab2822b07b53
This commit is contained in:
@@ -1257,6 +1257,12 @@ typedef enum hipUserObjectRetainFlags {
|
||||
typedef enum hipGraphInstantiateFlags {
|
||||
hipGraphInstantiateFlagAutoFreeOnLaunch =
|
||||
1, ///< Automatically free memory allocated in a graph before relaunching.
|
||||
hipGraphInstantiateFlagUpload =
|
||||
2, ///< Automatically upload the graph after instantiaton.
|
||||
hipGraphInstantiateFlagDeviceLaunch =
|
||||
4, ///< Instantiate the graph to be launchable from the device.
|
||||
hipGraphInstantiateFlagUseNodePriority =
|
||||
8, ///< Run the graph using the per-node priority attributes rather than the priority of the stream it is launched into.
|
||||
} hipGraphInstantiateFlags;
|
||||
|
||||
enum hipGraphDebugDotFlags {
|
||||
@@ -5987,8 +5993,8 @@ hipError_t hipGraphInstantiate(hipGraphExec_t* pGraphExec, hipGraph_t graph,
|
||||
* @returns #hipSuccess, #hipErrorInvalidValue
|
||||
*
|
||||
* @warning : This API is marked as beta, meaning, while this is feature complete,
|
||||
* it is still open to changes and may have outstanding issues.
|
||||
*
|
||||
* it is still open to changes and may have outstanding issues.It does not support
|
||||
* any of flag and is behaving as hipGraphInstantiate.
|
||||
*/
|
||||
hipError_t hipGraphInstantiateWithFlags(hipGraphExec_t* pGraphExec, hipGraph_t graph,
|
||||
unsigned long long flags);
|
||||
|
||||
Reference in New Issue
Block a user