Skip to content

Commit

Permalink
add merge_all script for subtrees
Browse files Browse the repository at this point in the history
  • Loading branch information
zdevito authored and ezyang committed Nov 2, 2017
1 parent 9ed7ab8 commit 73a31cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions aten/tools/subtree_dir_merge_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
set -e
set -x
DIR=$(dirname $0)
git fetch pytorch
$DIR/subtree_dir_merge.sh pytorch/master torch/lib/TH lib/TH
$DIR/subtree_dir_merge.sh pytorch/master torch/lib/THC lib/THC
$DIR/subtree_dir_merge.sh pytorch/master torch/lib/THNN lib/THNN
$DIR/subtree_dir_merge.sh pytorch/master torch/lib/THCUNN lib/THCUNN
$DIR/subtree_dir_merge.sh pytorch/master torch/lib/THS lib/THS
$DIR/subtree_dir_merge.sh pytorch/master torch/lib/THCS lib/THCS

0 comments on commit 73a31cf

Please sign in to comment.