SWDEV-314665 - hipGraphInstantiateFlags enum (#2481)

Change-Id: If07e415ee18f08bad85ae5e491e01f97b16a6b99

[ROCm/hip commit: adaa9ba27e]
This commit is contained in:
agunashe
2022-02-25 00:35:37 -08:00
کامیت شده توسط GitHub
والد 089fbfd1cf
کامیت 3c5035b3cd
@@ -4304,6 +4304,11 @@ typedef enum hipStreamUpdateCaptureDependenciesFlags {
hipStreamSetCaptureDependencies, ///< Replace the dependency set with the new nodes
} hipStreamUpdateCaptureDependenciesFlags;
typedef enum hipGraphInstantiateFlags {
hipGraphInstantiateFlagAutoFreeOnLaunch =
1, ///< Automatically free memory allocated in a graph before relaunching.
} hipGraphInstantiateFlags;
/**
* @brief Begins graph capture on a stream.
*