pku-liang / HASCO

agile hardware-software co-design
Apache License 2.0
44 stars 8 forks source link

cannot find valid schedules #2

Closed zw22zw22 closed 3 years ago

zw22zw22 commented 3 years ago

I downloaded the code , and instal as it told, when I was running the script, python3 testbench/co_mobile_gemm.py . it turned out: image How to handle it? Please help!

walkershaw commented 3 years ago

@zw22zw22 It seems to be a model issue. Have you built the Maestro repo correctly? Can you run the Maestro example? Also, you need to configure the absolute path in config.py.

zw22zw22 commented 3 years ago

I solved the problem. The reason for this problem is that the value of maestro_home should end with slash '/',I rewrite the value “maestro_home = "~/HASCO/src/maestro" with “maestro_home = "~/HASCO/src/maestro/"

It works 😁!