-
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
Handle int64 in force atlas wrapper and update to uvector #1607
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #1607 +/- ##
===============================================
Coverage ? 59.73%
===============================================
Files ? 79
Lines ? 3482
Branches ? 0
===============================================
Hits ? 2080
Misses ? 1402
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
I think there's an issue with one of the new |
…ec_policy` (#1625) Fixes an issue where the layout for all points converge to `(0,0)` when running multiple layout ticks after #1607. * Initializes the `d_old_forces` vector to fix layout issue. * Updates to `barnes_hut.hpp` to use non-deprecated `rmm::exec_policy`. Authors: - Paul Taylor (https://github.com/trxcllnt) Approvers: - Hugo Linsenmaier (https://github.com/hlinsen) - Alex Fender (https://github.com/afender) URL: #1625
device_uvector
Close: #1581