bespoke-silicon-group / bsg_replicant

BSG Replicant: Cosimulation and Emulation Infrastructure for HammerBlade
BSD 3-Clause "New" or "Revised" License
26 stars 20 forks source link

Create regression test to use a tile in multiple tile groups #375

Open bornaehsani opened 5 years ago

bornaehsani commented 5 years ago

To avoid the bug in matrix multiplication with tile group shared memory from appearing again (PR # 119 in bsg_manycore), we should create a regression test that incorporates a tile in multiple tile groups within the same run, and the completion of test should depend on all bsg_x/y_id/tile_group_id/grid_dim to make sure all symbols are set correctly by the host.

drichmond commented 4 years ago

@bornaehsani Seems like this might be a useful regression test to add after #206 in bsg_manycore