1 Star 0 Fork 144

张珂/acl

forked from CANN/acl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build_third_party.sh 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
likun104 提交于 2024-06-11 16:24 . replace opensdk
#!/bin/bash
# Copyright (c) 2024 Huawei Technologies Co., Ltd.
# This file is a part of the CANN Open Software.
# Licensed under CANN Open Software License Agreement Version 1.0 (the "License").
# Please refer to the License for details. You may not use this file except in compliance with the License.
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED,
# INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
# See LICENSE in the root of the software repository for the full text of the License.
# ======================================================================================================================
set -e
export BASEPATH=$(cd "$(dirname $0)"; pwd)
export THIRD_PARTY_CMAKE_DIR="third_party/metadef/cmake/third_party"
if [ ! -f "$BASEPATH/third_party/metadef/build_third_party.sh" ]; then
echo "ERROR: script 'third_party/metadef/build_third_party.sh' does not exist."
echo "Please run command 'git submodule init && git submodule update' to update submodule"
exit 1
fi
bash $BASEPATH/third_party/metadef/build_third_party.sh "$@"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/asdfgh-helpless/acl.git
git@gitee.com:asdfgh-helpless/acl.git
asdfgh-helpless
acl
acl
master

搜索帮助