Skip to content

Commit

Permalink
Fixed 3d issue of copying to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertlu905 committed Jul 9, 2024
1 parent 285f732 commit 797d2e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/formatting/generate_tensor_tile_formats_onyx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,13 @@ for i in ${!FORMATS[@]}; do

find $tile_path -name tensor_*_tile_*.tns -not -name tensor_B_tile_*.tns -maxdepth 1 | parallel run_format {} $bench $format $bench_path $tile_path "$other_format"

docker exec $5 rm -r /aha/garnet/tiles_$3_$line
docker cp tiles/$3/$line $5:/aha/garnet/tiles_$3_$line

done < $1

set_temp_env $old_frostt_formatted_taco_path $old_frostt_path $old_frostt_tensor_path $old_frostt_formatted_path
chmod -R 775 $FROSTT_FORMATTED_PATH

done
done

docker cp tiles $5:/aha/garnet/tiles_$3

0 comments on commit 797d2e8

Please sign in to comment.