Skip to content

Commit

Permalink
fixed matrix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalhankoul96 committed Jan 22, 2024
1 parent c3f9705 commit 47ca51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tiling/tile_ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for b in ${!BENCHMARKS[@]}; do
python3 ./sam/sim/src/tiling/tile.py --tensor_type ss --input_tensor $appname --cotile $bench --multilevel --hw_config ./sam/sim/src/tiling/memory_config_onyx.yaml --higher_order

echo "Generating input format files for $tiles_path..."
python3 $basedir/scripts/formatting/datastructure_suitesparse.py -n temp -hw -b $bench --input $basedir/tiles/$bench/mtx/ --output_dir_path $basedir/tiles/$bench/formatted --tiles
python3 $basedir/scripts/formatting/datastructure_suitesparse.py -n temp -hw -b $bench --input $basedir/tiles/mtx/ --output_dir_path $basedir/tiles/$bench/formatted --tiles

# $basedir/compiler/taco/build/bin/taco-test sam.pack_ss01
# python3 $basedir/scripts/formatting/datastructure_tns.py -n rel5 -f ss01 -b $bench -hw
Expand Down

0 comments on commit 47ca51a

Please sign in to comment.