Skip to content

Commit a40be9a

Browse files
committed
Merge branch 'main' into graph-node-identity
Resolve conflicts: keep _cached() wrappers and _node_cache.pop() from graph-node-identity, keep identity comparison (is not) in test. Made-with: Cursor
2 parents 64d6c2d + 5777275 commit a40be9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cuda_core/cuda/core/_graph/_graph_def/_graph_node.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,6 @@ cdef inline ConditionalNode _make_conditional_node(
534534

535535
return _cached(n)
536536

537-
538537
cdef inline GraphNode GN_create(GraphHandle h_graph, cydriver.CUgraphNode node):
539538
cdef GraphNodeHandle h_node = create_graph_node_handle(node, h_graph)
540539

0 commit comments

Comments
 (0)