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

Sparse DMA (COO) Tests for Gemmini #20

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2020

  1. first attempt

    hngenc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6ceb4dd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Add residual layer

    hngenc committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    87e889a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. fixed stride bug in resadd

    hngenc committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    7c5c005 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Added matrix-add tests

    hngenc committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    6d8e516 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

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

Commits on Sep 17, 2020

  1. Updated params

    hngenc committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8a9e4d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. merged header

    Seah Kim authored and Seah Kim committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    f6335a8 View commit details
    Browse the repository at this point in the history
  2. merged header

    Seah Kim authored and Seah Kim committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    94bf285 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. merge with A_stride

    Seah Kim authored and Seah Kim committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    0017247 View commit details
    Browse the repository at this point in the history
  2. merging and OS works

    Seah Kim authored and Seah Kim committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    05436ac View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Made resadd use mvin_scale

    hngenc committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f79e76d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

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

Commits on Nov 4, 2020

  1. Added mvin mvout full tests

    hngenc committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    25ee327 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

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

Commits on Nov 9, 2020

  1. Added double-buffering

    hngenc committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4358df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a3eb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

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

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    4334b30 View commit details
    Browse the repository at this point in the history
  2. removed stale files

    hngenc committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    0233af8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    3ab001c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6109644 View commit details
    Browse the repository at this point in the history
  3. Merged dev and fsm together

    hngenc committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    13d5835 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Updated params to make ACC_SCALE identity function, and removed print…

    …fs from tiled_conv_auto
    hngenc committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    bbb7b5e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    4a38dff View commit details
    Browse the repository at this point in the history
  2. Add test rules

    jerryz123 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    2df45dc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

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

Commits on Nov 29, 2020

  1. Added tranpose tests

    hngenc committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    820799a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c92cce8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

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

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    ce9688c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e7074 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    06153b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af9156 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Remove FAST exit(0)

    jerryz123 committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    3cdddd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d15716 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ucb-bar#9 from ucb-bar/ci

    Add FAST CI versions of tests
    hngenc authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    2973bee View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

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

Commits on Dec 7, 2020

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

Commits on Apr 28, 2021

  1. initial tests

    Kareen Ahmad authored and Kareen Ahmad committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4974847 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. sparse mvin tests, dummy gcn test

    Kareen Ahmad authored and Kareen Ahmad committed May 14, 2021
    Configuration menu
    Copy the full SHA
    0015b1a View commit details
    Browse the repository at this point in the history
  2. gcn dummy tests

    Cloud User committed May 14, 2021
    Configuration menu
    Copy the full SHA
    2e08459 View commit details
    Browse the repository at this point in the history
  3. merge

    Cloud User committed May 14, 2021
    Configuration menu
    Copy the full SHA
    9a6f351 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. updated params for 16x16 systolic array

    Cloud User committed May 15, 2021
    Configuration menu
    Copy the full SHA
    1fa6bcf View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. working with segfault protection

    Kareen Ahmad authored and Kareen Ahmad committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f59419d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. merging

    Kareem Ahmad committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    788c7e3 View commit details
    Browse the repository at this point in the history