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.
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.
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.