Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demos/gfql/GPU_memory_consumption_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
"# Step 4: Profile the GFQL 2-hop Traversal\n",
"g1 = graphistry.edges(gdf, 'src_ip', 'dst_ip') # Example edge specification for Graphistry\n",
"with rmm.statistics.profiler(name=\"GFQL 2-hop Traversal\"):\n",
" g2 = g1.chain([\n",
" g2 = g1.gfql([\n",
" n(),\n",
" e(edge_match={'event_type': 'data_transfer'},\n",
" edge_query=\"bytes_transferred > 500\"),\n",
Expand Down Expand Up @@ -905,4 +905,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
Loading
Loading