Rick Ratzel
Rick Ratzel
@gpucibot merge
> @rlratzel was this resolved by [#2378](https://github.com/rapidsai/cugraph/pull/2378) ? Yes, sorry for the delay, this can be closed now.
While we're addressing this, we should also update the docstring.
rerun tests
NOTE: triangle counting is being refactored to use a new graph primitive, which could result in this issue getting resolved. cc @seunghwak @BradReesWork
From @seunghwak - to help address this: https://github.com/rapidsai/cugraph/blob/branch-21.12/cpp/include/cugraph/graph_functions.hpp#L199 https://github.com/rapidsai/cugraph/blob/branch-21.12/cpp/include/cugraph/graph_functions.hpp#L229 https://github.com/rapidsai/cugraph/blob/branch-21.12/cpp/include/cugraph/graph_functions.hpp#L298 We should unrenumber using these C++ functions instead of relying on dask-cudf.
This is closed now that https://github.com/rapidsai/cugraph/pull/2414 is merged.
Closing this issue. @DyumanAditya - please re-open if you still have a problem and let us know if you have a missing `libcuda.so`.
@gpucibot merge
@VibhuJawa and I have been looking at this. We believe it's related to the order in which contexts are created and cleaned up, and Vibhu made a simple change to...