Skip to content

Commit

Permalink
[ncnn] Update to 20221128 (microsoft#29096)
Browse files Browse the repository at this point in the history
* Update ncnn to 20221128

* Update CI baseline

Co-authored-by: chausner <[email protected]>
  • Loading branch information
chausner and chausner authored Jan 24, 2023
1 parent 6174e7f commit dad22c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/ncnn/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tencent/ncnn
REF 20220729
SHA512 0df877ee42edc32faa6891c8b234fc21064b18c1dc8c612b43757daf5f912530f3d015c783e6e199c2884616a88137d10f9c899528000f25e9d0881f028a9586
REF 20221128
SHA512 589e52b63eabfac1f8e47acc34bef6a87ce365851a5c4d551665c321938a2d8e622ab211babac38771695b9f4443516577ba1634409a55c2436498a7d28d8218
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/ncnn/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ncnn",
"version": "20220729",
"version": "20221128",
"description": "ncnn is a high-performance neural network inference computing framework.",
"homepage": "https://github.com/Tencent/ncnn",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5257,7 +5257,7 @@
"port-version": 2
},
"ncnn": {
"baseline": "20220729",
"baseline": "20221128",
"port-version": 0
},
"ncurses": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/ncnn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "792660456e6b0e405ad0c67b0474ae80fea47878",
"version": "20221128",
"port-version": 0
},
{
"git-tree": "e87afd4b85016896dc6903f9e65e1d239e614b0b",
"version": "20220729",
Expand Down

0 comments on commit dad22c2

Please sign in to comment.