Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg baseline][onednn] update to 3.7 #44010

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/onednn/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO oneapi-src/oneDNN
REF "v${VERSION}"
SHA512 251da59164c102a6dd3c97e92aef58a879930c0def6e9fe6e43e68e1316ed0c9844796e69eecebbde12085900bfcda6c1ab30db6df24ba9826883171c87a964d
SHA512 2a7505cd06a379a2050f99fac990dcaa65a80b8bd864b00712304379383ac02603cec1d956c5178b5c1dc075fdcf52b3043acf766c2d8a714ac2b927b7dc5e06
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/onednn/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "onednn",
"version": "3.5.3",
"port-version": 1,
"version": "3.7",
"description": "oneAPI Deep Neural Network Library (oneDNN)",
"homepage": "https://github.com/oneapi-src/oneDNN",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6585,8 +6585,8 @@
"port-version": 6
},
"onednn": {
"baseline": "3.5.3",
"port-version": 1
"baseline": "3.7",
"port-version": 0
},
"oniguruma": {
"baseline": "6.9.10",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/onednn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "21894fd2829583297a01535fb83a09f77afa5ff2",
"version": "3.7",
"port-version": 0
},
{
"git-tree": "3f7e47f97bc658f31fef1558c67f80993cc41269",
"version": "3.5.3",
Expand Down