-
Notifications
You must be signed in to change notification settings - Fork 548
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
[REVIEW] KL Divergence metric implementation #674
[REVIEW] KL Divergence metric implementation #674
Conversation
venkywonka
commented
Jun 12, 2019
- KL Divergence implementation and unit tests for the same
- wrapper exposing implementation to cuML API
…a-ext-kl-divergence
- KL Divergence implementation and gtests for the same - wrapper implementation exposing the metric to cuML API
@venkywonka seems like you have also included the files from the PR #652 as well? Not sure what's the recommended workflow here. |
ohh... yea. my bad, the fea-ext-kl-divergence branch was created from local repo so had the ARI files too. |
- fixed conflicts in changelog - removed some commented code - exposed cuML API wrapper made to support both double and float types - added CUDA_CHECK(cudaStreamSynchronize(stream)); - refactored CMakeLists prim lists in alphabetical order
- indented comments properly - avoided redundantly copying the input
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.
Changes LGTM now. @cjnolet Please merge.
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.
This PR LGTM, @cjnolet please review and merge.
Will merge once conflicts are resolved |
@danielhanchen can you use this prim on TSNE? |