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

ARIMA - Kalman loop rewrite: single megakernel instead of host loop #4006

Merged
merged 17 commits into from
Jul 12, 2021

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    8edacaf View commit details
    Browse the repository at this point in the history
  2. Remove unused sparse matrices

    Nyrio committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1f1bce5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. More efficient block-level gemv

    Nyrio committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    8a0ac86 View commit details
    Browse the repository at this point in the history
  2. Shared mem Z and alpha

    Nyrio committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    a4f8fa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Shared mem K

    Nyrio committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c21b0a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

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

Commits on Jun 22, 2021

  1. Tune Kalman loop gemm policy

    Nyrio committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ffdb182 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Clean-up, add docs and add test

    Nyrio committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    9c7200a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

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

Commits on Jun 30, 2021

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

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    c07967c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f048b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e84fcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3073f8a View commit details
    Browse the repository at this point in the history
  5. Include style fix

    Nyrio committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    c4685f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

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

Commits on Jul 12, 2021

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