Skip to content
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

Fix GPU clustering #205

Merged
merged 4 commits into from
Sep 14, 2023
Merged

Fix GPU clustering #205

merged 4 commits into from
Sep 14, 2023

Commits on Sep 13, 2023

  1. Fix GPU clustering

    Commit #6554009 messed up clustering on the GPU, which requires that for all
    array ops, both arrays are on the same device. Fix this.
    jakobnissen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    93399e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d39bc34 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Format

    jakobnissen committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b621f54 View commit details
    Browse the repository at this point in the history
  2. Fix: Skip emitted medoids

    jakobnissen committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e0a86fd View commit details
    Browse the repository at this point in the history