Skip to content

Commit

Permalink
[ruy] update to later version (#134)
Browse files Browse the repository at this point in the history
* [ruy] udpate to 2023-07-26

* [ruy] udpate baseline
  • Loading branch information
luncliff authored Dec 2, 2023
1 parent c83d52a commit 0268c10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/ruy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/ruy
REF 97ebb72aa0655c0af98896b317476a5d0dacad9c
SHA512 ab37ef41ff94882f6133275398e7a8529c3d8286c5702140cdbbeb63ad23f2b2090cec04f0d49d169eeb063f7943578204352c149e261a8ff68b8d619896b81e
REF c04e5e52ae6b144f74ac032652e3c538bda15c9b
SHA512 e25779a43ee5830d1294bcccbe1f8b3057971944820c050a51b55e4a46abada3800d6ea7fa8ad94e291f6f8de7179db2e75d2d1c23da5221ffd8d1cf1b463964
HEAD_REF master
PATCHES
fix-cmake.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/ruy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruy",
"version-date": "2022-09-12",
"version-date": "2023-07-26",
"description": [
"ruy is a matrix multiplication library.",
"Its focus is to cover the matrix multiplication needs of neural network inference engines."
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"port-version": 0
},
"ruy": {
"baseline": "2022-09-12",
"baseline": "2023-07-26",
"port-version": 0
},
"rvo2": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/ruy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ede9359a9000866a10842c4385c614aafd9caf23",
"version-date": "2023-07-26",
"port-version": 0
},
{
"git-tree": "976a5d381b626818e941ec9d2f85b5401fcf6a53",
"version-date": "2022-09-12",
Expand Down

0 comments on commit 0268c10

Please sign in to comment.