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

Shortest edge collapse app using a preliminary cuCollections priority queue #36

Merged
merged 24 commits into from
Aug 9, 2024

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    cdf6537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f5b34 View commit details
    Browse the repository at this point in the history
  3. Add initial shortest edge collapse with priority queue.

    This currently includes simple functionality to demonstrate bulk build
    and pop via host interface.
    porumbes committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f02f351 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    b625753 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    9672c5c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    1c0a4ba View commit details
    Browse the repository at this point in the history
  2. Add initial cuCollections priority queue

    Currently adds the pair<edge_length, local_edge_id> using
    the priority queue device-side api.
    porumbes committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f825a1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a91e8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c889d45 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    65eb418 View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    porumbes committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3905344 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    352c8e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c25923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35fea44 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    7a0bf73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f22008b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18925fc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3cae5d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23145d8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    452bb39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e4cb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    024a11b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    f82c9b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Merge branch 'main' into dyn

    Ahdhn authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4c49be4 View commit details
    Browse the repository at this point in the history