Revert "SWDEV-483315 - Add hipGraphNodeGetDependentNodes_v2"

This reverts commit b5ee5efbaa.

Linux builds silently failing. Please look at the build logs

Change-Id: I1caeff6e5cf48697a36f7680b1ef31bcab93b6df


[ROCm/hipother commit: a74f9e1770]
Этот коммит содержится в:
Ajay GunaShekar
2024-09-27 15:53:04 -04:00
родитель b5ee5efbaa
Коммит 927cc12c33
-8
Просмотреть файл
@@ -3956,14 +3956,6 @@ inline static hipError_t hipGraphNodeGetDependentNodes(hipGraphNode_t node,
return hipCUDAErrorTohipError(
cudaGraphNodeGetDependentNodes(node, pDependentNodes, pNumDependentNodes));
}
inline static hipError_t hipGraphNodeGetDependentNodes_v2(hipGraphNode_t node,
hipGraphNode_t* pDependentNodes,
hipGraphEdgeData* edgeData,
size_t* pNumDependentNodes) {
return hipCUDAErrorTohipError(
cudaGraphNodeGetDependentNodes_v2(node, pDependentNodes, edgeData, pNumDependentNodes));
}
inline static hipError_t hipGraphNodeGetType(hipGraphNode_t node, hipGraphNodeType* pType) {
return hipCUDAErrorTohipError(cudaGraphNodeGetType(node, pType));