harvard-acc / ALADDIN

A pre-RTL, power-performance model for fixed-function accelerators
Other
167 stars 55 forks source link

Cannot create dynamic-trace #11

Closed HamzaOmar closed 7 years ago

HamzaOmar commented 7 years ago

Hi,

I am running a machine learning workload over Aladdin and it compiles fine when followed each and every step. However, after the instrumented file is generated, I do the "./alexnet-instrumented" command but it does not create any dynamic-trace file.

Can you let me know how to fix this issue ?

Thanks.

xyzsam commented 7 years ago

You probably set the WORKLOAD environment variable to a function name that doesn't actually get executed. Double check the WORKLOAD variable and make sure it's correct.

xyzsam commented 7 years ago

Closing due to lack of activity.