-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove topology header #2357
Remove topology header #2357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (I added a comment to clean-up one more our code debt).
cpp/src/components/connectivity.cu
Outdated
@@ -27,8 +27,6 @@ | |||
#include <type_traits> | |||
#include <utilities/graph_utils.cuh> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May better update this to
#include <utilities/graph_utils.cuh>
#include <type_traits>
to be consistent with the rest of the cuGraph.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reorganized includes.
@gpucibot merge |
Remove the header file
topology.cuh
which is no longer used.