You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test the performance of a small mesh of systolic array in FP, so I set meshRows and meshColumns to 2, while other parameters remained the default. However, I got the error of pipeline stall as below when I ran a tiled_matmul_auto between two 4x4 matrices.
%Error: ReservationStation.sv:9793: Assertion failed in TOP.TestDriver.testHarness.chiptop0.system.tile_prci_domain.tile _reset_domain_tile.v.reservation_station: Assertion failed: pipeline stall
at ReservationStation.scala:527 assert(cycles_since_issue < PlusArg("gemmini_timeout", 10000), "pipeline stall")
Then I am wondering if 2x2 FP mesh is supposed to work
Thank you,
Yicheng
The text was updated successfully, but these errors were encountered:
y1cz
changed the title
pipeline stall the mesh size is set to 2x2 in ConfigsFP.scala
pipeline stall when the mesh size is set to 2x2 in ConfigsFP.scala
Mar 24, 2024
Hello,
I wanted to test the performance of a small mesh of systolic array in FP, so I set
meshRows
andmeshColumns
to 2, while other parameters remained the default. However, I got the error of pipeline stall as below when I ran atiled_matmul_auto
between two 4x4 matrices.%Error: ReservationStation.sv:9793: Assertion failed in TOP.TestDriver.testHarness.chiptop0.system.tile_prci_domain.tile _reset_domain_tile.v.reservation_station: Assertion failed: pipeline stall
at ReservationStation.scala:527 assert(cycles_since_issue < PlusArg("gemmini_timeout", 10000), "pipeline stall")
Then I am wondering if 2x2 FP mesh is supposed to work
Thank you,
Yicheng
The text was updated successfully, but these errors were encountered: