Skip to content

Commit

Permalink
Revert "feat(third_party): add fp16 llvm supported patch"
Browse files Browse the repository at this point in the history
  • Loading branch information
yeasoon authored Nov 17, 2023
1 parent 63a125d commit 414b1fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ if [ "$LLVM_DIR" == "" ];then
pushd llvm-project >/dev/null
git checkout a2361eb28160dc747b4f5a321faefb9c4cc15ba1
git am ${SRC_DIR}/0001-feat-add-scale-to-int.patch
git am ${SRC_DIR}/0001-fix-mlir-buildintype-fix-float16-invalid-for-arrayre.patch
popd >/dev/null
fi
git submodule update -f --init MegEngine
Expand Down

0 comments on commit 414b1fc

Please sign in to comment.