CMU-SAFARI / DAMOV

DAMOV is a benchmark suite and a methodical framework targeting the study of data movement bottlenecks in modern applications. It is intended to study new architectures, such as near-data processing. Described by Oliveira et al. (preliminary version at https://arxiv.org/pdf/2105.03725.pdf)
Other
76 stars 18 forks source link

trace generator for hybrid memory cube #24

Closed apoorvaaaa5 closed 7 months ago

apoorvaaaa5 commented 7 months ago

Hey i wanted to know if there is trace generator for Hybrid memory cube(HMC) in DAMOV??

geraldofojunior commented 7 months ago

There is no trace generator in DAMOV since DAMOV directly executes the binary of the applications.

You can check ramulator-PIM for trace generation: https://github.com/CMU-SAFARI/ramulator-pim

Thanks. Regards.

apoorvaaaa5 commented 7 months ago

Yes will surely try going through it. Thank you for taking out the time and resolving the issue. Thank you.