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

[ENH] Added Random Walks COO convertor and profiling #1531

Merged
merged 36 commits into from
Apr 28, 2021

Commits on Nov 30, 2020

  1. Merge pull request #37 from rapidsai/branch-0.17

    Merge latest release 0.17
    aschaffer authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    acf15bc View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Merge pull request #38 from rapidsai/branch-0.18

    Merge latest branch-0.18
    aschaffer authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a584e0b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Merge pull request #39 from rapidsai/branch-0.18

    Update forked branch-0.18
    aschaffer authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    338b2d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Merge pull request #40 from rapidsai/branch-0.18

    Update forked branch-0.18 from release
    aschaffer authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    efd7e9a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Merge pull request #41 from rapidsai/branch-0.19

    Update branch-0.19 from release
    aschaffer authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a23ce0d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge pull request #42 from rapidsai/branch-0.19

    update forked from release branch-0.19
    aschaffer authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    22b32d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Merge pull request #43 from rapidsai/branch-0.19

    Merge from release branch-0.19
    aschaffer authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    e5042fc View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Merge pull request #44 from rapidsai/branch-0.19

    Merge latest rapidsai:branch-0.19 into aschaffer:branch-0.19
    aschaffer authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    ca02ee4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    d6759b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b430e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b47879f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    a028431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b62eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1f15c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6909b34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e7b92e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

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

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    60b113e View commit details
    Browse the repository at this point in the history
  2. Cython API for Path2COO.

    aschaffer committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    50f70d6 View commit details
    Browse the repository at this point in the history
  3. Cython EIDirs for Path2COO.

    aschaffer committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    612d921 View commit details
    Browse the repository at this point in the history
  4. Added Single Path test.

    aschaffer committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a8e8095 View commit details
    Browse the repository at this point in the history
  5. Added Profiling for RW.

    aschaffer committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7d33fbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b5c994 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34575f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    496b566 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    0537756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28509e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5cbd25 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Addressed code review comments on moving Paths2COO convertor out of a…

    …lgorithms.hpp and into path_retrieval.hpp.
    aschaffer committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    398a10b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d0c9a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Converted random_walks profiling from a gtest test binary to a simple…

    … executable, fixed bug in utility function for processing RMM CLI options.
    rlratzel committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d5105ae View commit details
    Browse the repository at this point in the history
  2. clang format changes.

    rlratzel committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    5a5cb3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cfacec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8493df3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    0b681ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce7ba58 View commit details
    Browse the repository at this point in the history