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

[REVIEW] Cascaded dispatch for type-erased API #1711

Merged
merged 31 commits into from
Jul 20, 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 13, 2021

  1. Merge pull request #45 from rapidsai/branch-0.20

    Create forked branch-0.20
    aschaffer authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    79409e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge pull request #46 from rapidsai/branch-0.20

    merge latest release branch-0.20
    aschaffer authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    360c293 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Merge pull request #47 from rapidsai/branch-0.20

    Merge latest rapidsai/branch-0.20 into forked branch-0.20
    aschaffer authored May 6, 2021
    Configuration menu
    Copy the full SHA
    e57f261 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    1745ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1342580 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

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

Commits on Jun 9, 2021

  1. Merge pull request #48 from rapidsai/branch-21.08

    aschaffer/21.08 <- rapidsai/21.08
    aschaffer authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a63cdea View commit details
    Browse the repository at this point in the history
  2. Update cpp/src/traversal/tsp.cu

    Co-authored-by: Paul Taylor <paul.e.taylor@me.com>
    harrism and trxcllnt authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    070122c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. mv dask installation

    ajschmidt8 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    fa9b367 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fea-device_scalar-refactor' of github.com:harrism/cugra…

    …ph into enh_ext_cascaded_dispatch
    aschaffer committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    417c083 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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

Commits on Jul 6, 2021

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

Commits on Jul 8, 2021

  1. Added visitor artifacts.

    aschaffer committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7742bc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    e4768b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596e6cd View commit details
    Browse the repository at this point in the history
  3. BFS visitor clean-up.

    aschaffer committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    9b88b47 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. BFS visitor test.

    aschaffer committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    1baaa40 View commit details
    Browse the repository at this point in the history
  2. BFS visitor test clean-up.

    aschaffer committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5898f85 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    ba0a340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ecab0 View commit details
    Browse the repository at this point in the history
  3. Fixed clang-format issues.

    aschaffer committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    b1316fc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    5c7a313 View commit details
    Browse the repository at this point in the history
  2. Addressed code review request: isolated type-erased in its own header…

    … and api; removed _wrapper suffix.
    aschaffer committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    170d92c View commit details
    Browse the repository at this point in the history