You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using the email-Eu-core dataset, with an undirected Graph object it does not match the single gpu results Steps/Code to reproduce bug
Run pytest with these parameters
test_dask_hits[graph_file=../datasets/email-Eu-core.csv,max_iter=50,tol=1e-06,directed=False]
Expected behavior
expect single and multiple gpu to be equal
Environment overview (please complete the following information)
Environment location: [Bare-metal DGX18]
Method of cuGraph install: [conda]
If method of install is [Docker], provide docker pull & docker run commands used
Additional context
The text was updated successfully, but these errors were encountered:
This PR allows our MG implementation to support undirected graph by symmetrizing the dataframe. This will be consistent with the SG implementation.
It also
- replaces the deprecated `cudf` call `append` by `concat`
- update Neighborhood sampling's docstring and code to only support `int32` vertices and labels by Dylan
closes#2240closes#2174closes#2264 by raising a `ValueError` and updating the docstring
Authors:
- Joseph Nke (https://github.com/jnke2016)
- https://github.com/betochimas
Approvers:
- Rick Ratzel (https://github.com/rlratzel)
URL: #2247
Describe the bug
Using the email-Eu-core dataset, with an undirected Graph object it does not match the single gpu results
Steps/Code to reproduce bug
Run pytest with these parameters
test_dask_hits[graph_file=../datasets/email-Eu-core.csv,max_iter=50,tol=1e-06,directed=False]
Expected behavior
expect single and multiple gpu to be equal
Environment overview (please complete the following information)
docker pull
&docker run
commands usedAdditional context
The text was updated successfully, but these errors were encountered: