-
Notifications
You must be signed in to change notification settings - Fork 195
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
Hiding implementation details for lap, clustering, spectral, and label #477
Hiding implementation details for lap, clustering, spectral, and label #477
Conversation
…maining_public_api_bits
update lap, spectral, cluster, and label packages
I realize I have a lot of copyrights to update :-) |
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.
Looks very nice! Just a formatting question
@@ -60,7 +62,12 @@ TEST(Raft, ModularitySolvers) | |||
using value_type = double; | |||
|
|||
handle_t h; | |||
ASSERT_EQ(0, h.get_device()); | |||
ASSERT_EQ(0, |
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.
Did something go wrong here with the formatting?
@@ -34,7 +36,12 @@ TEST(Raft, EigenSolvers) | |||
using value_type = double; | |||
|
|||
handle_t h; | |||
ASSERT_EQ(0, h.get_device()); | |||
ASSERT_EQ(0, |
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.
Same as above
@@ -75,7 +82,12 @@ TEST(Raft, SpectralSolvers) | |||
using value_type = double; | |||
|
|||
handle_t h; | |||
ASSERT_EQ(0, h.get_device()); | |||
ASSERT_EQ(0, |
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.
Same as above
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.
Ooh, this one is strange. I'm not sure why clang-format did this.
rerun tests |
…maining_public_api_bits
@gpucibot merge |
Also managed to remove the raft host/device buffers in the process