UCLA-VAST / AutoSA

AutoSA: Polyhedral-Based Systolic Array Compiler
MIT License
191 stars 31 forks source link

Docker image issue #14

Open cjg91 opened 2 years ago

cjg91 commented 2 years ago

I am using the latest docker image, and I run the container with sudo docker run -it whbldhwj/autosa:latest /bin/bash. When trying to run ./autosa --help in this container, all I see is the error [AutoSA] Error: Exit abnormally!.

Is there some obvious mistake I am making here?