SWDEV-325711 - Added Graph APIs hipGraphDebugDotPrint, hipGraphKernelNodeCopyAttributes
hipGraphNodeGetEnabled, hipGraphNodeSetEnabled and hipGraphUpload
Change-Id: Ib5a58fbc0a9b3f134eb56d42cd945f3d7f4922d8
[ROCm/clr commit: 93ce12c90d]
This commit is contained in:
committed by
Maneesh Gupta
parent
3a7b8156a3
commit
ed6595bc41
@@ -429,3 +429,8 @@ hipGraphRetainUserObject
|
||||
hipGraphReleaseUserObject
|
||||
hipLaunchHostFunc
|
||||
hipLaunchHostFunc_spt
|
||||
hipGraphDebugDotPrint
|
||||
hipGraphKernelNodeCopyAttributes
|
||||
hipGraphNodeGetEnabled
|
||||
hipGraphNodeSetEnabled
|
||||
hipGraphUpload
|
||||
|
||||
@@ -443,3 +443,8 @@ hipGraphRetainUserObject
|
||||
hipGraphReleaseUserObject
|
||||
hipLaunchHostFunc
|
||||
hipLaunchHostFunc_spt
|
||||
hipGraphDebugDotPrint
|
||||
hipGraphKernelNodeCopyAttributes
|
||||
hipGraphNodeGetEnabled
|
||||
hipGraphNodeSetEnabled
|
||||
hipGraphUpload
|
||||
|
||||
@@ -497,6 +497,11 @@ global:
|
||||
hipLaunchHostFunc;
|
||||
hipLaunchHostFunc_spt;
|
||||
hipRegisterTracerCallback;
|
||||
hipGraphDebugDotPrint;
|
||||
hipGraphKernelNodeCopyAttributes;
|
||||
hipGraphNodeGetEnabled;
|
||||
hipGraphNodeSetEnabled;
|
||||
hipGraphUpload;
|
||||
local:
|
||||
*;
|
||||
} hip_5.2;
|
||||
|
||||
Reference in New Issue
Block a user