Browse Source

!227 Delete abandoned script

Merge pull request !227 from ZhouFeng/delete-abandoned-script
tags/v0.2.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
c3162db06b
3 changed files with 4 additions and 36 deletions
  1. +0
    -19
      autogen.sh
  2. +0
    -17
      py_filter
  3. +4
    -0
      scripts/dbg_dump_parser.sh

+ 0
- 19
autogen.sh View File

@@ -1,19 +0,0 @@
#!/bin/bash
# Copyright 2019 Huawei Technologies Co., Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================

git submodule update --init --recursive



+ 0
- 17
py_filter View File

@@ -1,17 +0,0 @@
#!/bin/bash
# Copyright 2019 Huawei Technologies Co., Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
echo "\"\"\"doc\"\"\"" && python3 -m doxypypy.doxypypy -a -c $1

dbg_dump_parser.sh → scripts/dbg_dump_parser.sh View File

@@ -81,6 +81,8 @@ function checkopts()
# check options
checkopts "$@"

CUR_PATH=$(pwd)
cd "`dirname $0`/.."

cd build/mindspore/
make -j8
@@ -118,3 +120,5 @@ if [[ "${mode}" == "${MODE_DBG}" || "${mode}" == "${MODE_ALL}" ]]; then
echo "MS_IR_FILE=$(pwd)/anf_ir_file.dbg MS_IR_PATH=$(pwd)/pkl_objs.dbg/ pytest -s ${UT_NAME}"
MS_IR_FILE=$(pwd)/anf_ir_file.dbg MS_IR_PATH=$(pwd)/pkl_objs.dbg/ pytest -s "${UT_NAME}"
fi

cd $CUR_PATH

Loading…
Cancel
Save