Skip to content

Commit

Permalink
[libkineto] use more later commit
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Nov 23, 2024
1 parent ab9c88b commit a27f2c1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ports/libkineto/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 pytorch/kineto
REF 660b5838acdf9d26c4259621b69fa2920903dfdc
SHA512 652bf0380613e836da68f6edc8df361de68f04b0c80c1a6eed0403e55dafa55d458d10d288f98a87357eda39e293760a2d22a10a5c79c2bd53c47f42d0fb08f6
REF 596126cba98181ce4a88e06aa1d602b6afd966dd
SHA512 5f7916a914e78afba56d47c6589eccf7303a7bdf9a55fcbbeef8733f49e554bce00a4829fb50813736913433a35cdedcccd942c79b1ebb9cae6c76693aae6648
HEAD_REF main
PATCHES
fix-cmake.patch
Expand All @@ -14,8 +14,8 @@ vcpkg_from_github(
vcpkg_from_github(
OUT_SOURCE_PATH DYNOLOG_SOURCE_PATH
REPO facebookincubator/dynolog
REF b428ad3aaa86c7d8bdbb71e3e9dd2b8a4d4eab3f
SHA512 d8a16e04655dcde9a654b8125e458000455ecf04f6eb4fb93b7773b166351a409a26358f0fa6c3845aab8bda922e8e9098d91cbb4b4c3b3879f5654b79e1414f
REF 7570766213484a926908c884888cfb701577a9cb # 2024-11-12
SHA512 548b51276dfc924ab513406810b90a19de7e0557bfc185cc6e1e285dbaefa685fb8664524c0a04b5802f87911e68e30db675cb1d6bbecc269b441c5972b9dea2
HEAD_REF main
)
file(REMOVE_RECURSE "${SOURCE_PATH}/libkineto/third_party/dynolog")
Expand Down
2 changes: 1 addition & 1 deletion ports/libkineto/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libkineto",
"version-date": "2024-10-24",
"version-date": "2024-11-22",
"description": "A CPU+GPU Profiling library that provides access to timeline traces and hardware performance counters",
"homepage": "https://github.com/pytorch/kineto",
"license": "BSD-3-Clause",
Expand Down
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
"baseline": "5.10.1",
"port-version": 0
},
"libkineto": {
"baseline": "2024-11-22",
"port-version": 0
},
"liblzma": {
"baseline": "5.6.2",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/l-/libkineto.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "b058e6125b7c3e64ccd0b45e726f668b7f39d002",
"version-date": "2024-11-22",
"port-version": 0
}
]
}

0 comments on commit a27f2c1

Please sign in to comment.