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

[dlpack]Update dlpack tor v1.0 #42861

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/dlpack/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dmlc/dlpack
REF "v${VERSION}"
SHA512 1669d5145904918499682ed80db7a444d012708c7b8c1d03410ef8fa8bcacd95e56450e95a842b0b4d900f973d04e24bd86e33f54b8afe80dd5dbbb02d04fc13
SHA512 bdf27bdb6d24db2da9155b9c78e62faf043e0aa4d54dba4cadac312c2b87533ae1b44ecebd462a764141297baa35884c1379902d655bab8a71fe65838c7b1e9b
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/dlpack/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dlpack",
"version": "0.8",
"version": "1.0",
"description": "DLPack is an open in-memory tensor structure for sharing tensors among frameworks",
"homepage": "https://github.com/dmlc/dlpack",
"license": "Apache-2.0",
Expand Down
10 changes: 5 additions & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,7 @@
"port-version": 0
},
"dlpack": {
"baseline": "0.8",
"baseline": "1.0",
"port-version": 0
},
"dmlc": {
Expand Down Expand Up @@ -6580,10 +6580,6 @@
"baseline": "1.5.1",
"port-version": 1
},
"orange-math": {
"baseline": "1.0.1",
"port-version": 0
},
"omniorb": {
"baseline": "4.3.0",
"port-version": 3
Expand Down Expand Up @@ -6824,6 +6820,10 @@
"baseline": "0.12+20221121",
"port-version": 1
},
"orange-math": {
"baseline": "1.0.1",
"port-version": 0
},
"orc": {
"baseline": "2.0.0",
"port-version": 0
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dlpack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c96cda5955ba724bee25fcb1c6be4453e48df857",
"version": "1.0",
"port-version": 0
},
{
"git-tree": "935f86ccd4d13dfc3534e81cc898026736249c06",
"version": "0.8",
Expand Down