Aayush-Ankit / puma-simulator

[ASPLOS 2019] PUMA-simulator provides a detailed simulation model of a dataflow architecture built with NVM (non-volatile memory), and runs ML models compiled using the puma compiler.
MIT License
50 stars 43 forks source link

problem on finding *.puma files #69

Open ahtf opened 4 months ago

ahtf commented 4 months ago

I have some problem on running the compiler when running "./generate-py.sh" command, i.e. I get ".puma ./generate-py.sh: line 45: read: read error: 0: Is a directory" which I think it can not find any file with .puma extension. it requires .puma files but not found!

ahtf commented 4 months ago

@negishubham could you please help me with the problem?

yusiyuan1612 commented 3 months ago

Hi, I also have this issue when running "./generate-py.sh". Could you please share some thoughts of solving it if you have fixed it?