This commit is contained in:
Chranos
2026-02-04 17:39:32 +08:00
parent 8511fe8530
commit 79dfc69789
299 changed files with 55927 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#! /bin/bash
script_path=`dirname $0`
echo "script path:" ${script_path}
cd $script_path
### User Guide ###
pushd user_guide
./makelatexpdf.sh
cp ./build/latex/Cambricon*.pdf ../../
cp ./build/torch_mlu_ops_user_guide_html.zip ../../
popd
pushd release_notes
./makelatexpdf.sh
cp ./build/latex/Cambricon*.pdf ../../
cp ./build/torch_mlu_ops_release_notes_html.zip ../../
popd