harvard-acc/gem5-aladdin

MachSuite and SHOC benchmarks are still using DMA interface v1

xyzsam opened this issue · 1 comments

DMA interface v1 is deprecated. All benchmarks should be migrated to v3. The primary difference is that now there is an explicit separation between host memory and accelerator memory, rather than the implicit difference in the past.

Most of this issue was resolved in this Aladdin commit.