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

[Lang] Support basic sparse matrix operations on GPU. #6082

Merged
merged 25 commits into from
Sep 22, 2022

Commits on Aug 30, 2022

  1. save for testing

    Hanke98 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    acd49c5 View commit details
    Browse the repository at this point in the history
  2. to string works

    Hanke98 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    47a3293 View commit details
    Browse the repository at this point in the history
  3. save for debug

    Hanke98 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8bf1b20 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix

    Hanke98 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2372424 View commit details
    Browse the repository at this point in the history
  2. operation with bugs

    FantasyVR authored and Hanke98 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3d1e3ab View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. tmp save

    Hanke98 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    109a6c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. fix geam & add substraction

    Hanke98 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    dabf07a View commit details
    Browse the repository at this point in the history
  2. clean

    Hanke98 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    debf585 View commit details
    Browse the repository at this point in the history
  3. add operator*

    Hanke98 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d5a9383 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. add gemm

    Hanke98 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    272e5d7 View commit details
    Browse the repository at this point in the history
  2. rename and add comments

    Hanke98 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    0c93b99 View commit details
    Browse the repository at this point in the history
  3. add transpose

    Hanke98 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    fa2afeb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    92eaaa4 View commit details
    Browse the repository at this point in the history
  2. clean & add demo

    Hanke98 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    702be63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9bde56 View commit details
    Browse the repository at this point in the history
  4. fix

    Hanke98 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    84f3115 View commit details
    Browse the repository at this point in the history
  5. clean

    Hanke98 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    078d8cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f632d06 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. finalize

    Hanke98 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5ac0a52 View commit details
    Browse the repository at this point in the history
  2. fix macos

    Hanke98 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    be0104b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a94d5f View commit details
    Browse the repository at this point in the history
  4. apply suggestion from reviews

    Hanke98 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2f1816b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Update taichi/program/sparse_matrix.cpp

    Co-authored-by: Yi Xu <xy_xuyi@foxmail.com>
    Hanke98 and strongoier committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    20b1ee2 View commit details
    Browse the repository at this point in the history
  2. replace NULL with nullptr

    Hanke98 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    cacf506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64633b9 View commit details
    Browse the repository at this point in the history