Skip to content

Commit

Permalink
Add in fix for sparse_demo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
weiya711 committed Oct 29, 2024
1 parent 50a6b9c commit 21fc11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sparse_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ case $command in
;;
lower)
cd sam/
echo "Making a temporary collateral directory in sam/temp/"
mkdir temp
echo "Convert SAM graph to hardware-aware sparse dataflow graph"
PYTHONPATH=/aha/garnet/ python sam/onyx/parse_dot.py --sam_graph /aha/sam/compiler/sam-outputs/onyx-dot/mat_elemadd.gv --output_png hw_aware_mat_elemadd.png --output_graph hw_aware_mat_elemadd.gv
cd ..
Expand Down

0 comments on commit 21fc11e

Please sign in to comment.