Skip to content

Commit

Permalink
fix(third_party): update megengine to e77cea141387fc8095b8c842547fcd6…
Browse files Browse the repository at this point in the history
…510f5c41f
  • Loading branch information
yeasoon committed Jan 11, 2023
1 parent b43b6e1 commit 16fa9ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compiler/include/compiler/Common/Version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <vector>
#define MEGCC_MAJOR 0
#define MEGCC_MINOR 1
#define MEGCC_PATCH 2
#define MEGCC_PATCH 3
namespace megcc {
namespace {
const std::string git_branch = "@GIT_BRANCH@";
Expand Down
6 changes: 0 additions & 6 deletions script/release_megcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,11 @@ pushd ${OUT_DIR}/build_host
cmake ${COMPILER_PATH} -G Ninja
ninja
cp tools/mgb-to-tinynn/mgb-to-tinynn ${OUT_DIR}/bin/
strip mgb-to-tinynn
cp tools/mgb-runner/mgb-runner ${OUT_DIR}/bin/
strip mgb-runner
cp tools/mgb-importer/mgb-importer ${OUT_DIR}/bin/
strip mgb-importer
cp tools/kernel_exporter/kernel_exporter ${OUT_DIR}/bin/
strip kernel_exporter
cp tools/hako-to-mgb/hako-to-mgb ${OUT_DIR}/bin/
strip hako-to-mgb
cp tools/megcc-opt/megcc-opt ${OUT_DIR}/bin/
strip megcc-opt
popd
pushd ${PROJECT_PATH}/compiler
GIT_ID=`git rev-parse --short HEAD`
Expand Down
2 changes: 1 addition & 1 deletion third_party/MegEngine
Submodule MegEngine updated 710 files

0 comments on commit 16fa9ee

Please sign in to comment.