exo-lang / exo

Exocompilation for productive programming of hardware accelerators
https://exo-lang.dev
MIT License
279 stars 28 forks source link

Update Gemmini schedules #654

Closed yamaguchi1024 closed 2 weeks ago

yamaguchi1024 commented 1 month ago

Generalize 512x512x512 Gemmini schedules to handle 256 multiples of N and M, which was necessary for producing the performance results

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.80%. Comparing base (e9250d3) to head (05cee2a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #654 +/- ## ========================================== - Coverage 86.99% 86.80% -0.20% ========================================== Files 94 91 -3 Lines 22022 21596 -426 ========================================== - Hits 19159 18746 -413 + Misses 2863 2850 -13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

yamaguchi1024 commented 1 month ago

Uggh this is failing because the Gemmini interface is updated to the latest release but our fork of gemmini tests ( https://github.com/exo-lang/gemmini-rocc-tests ) are still using the old version.....