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

[DAPHNE-#218]: colBind-kernel for CSRMatrix #347

Merged
merged 3 commits into from
May 9, 2022

Commits on May 1, 2022

  1. colBind + tests

    akroviakov committed May 1, 2022
    Configuration menu
    Copy the full SHA
    d0be19e View commit details
    Browse the repository at this point in the history
  2. modified kernels.json

    akroviakov committed May 1, 2022
    Configuration menu
    Copy the full SHA
    9cbc4bc View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Polishing.

    - Renamed loop variables for better readability and consistency.
      - colIdx was a bit misleading, since it was not an actual CSR colIdx (renamed to c).
      - Renamed resRow to r for consistency.
      - The other kernels often use r and c for the loop variables over rows/cols.
    pdamme committed May 9, 2022
    Configuration menu
    Copy the full SHA
    92a8a99 View commit details
    Browse the repository at this point in the history