-
Notifications
You must be signed in to change notification settings - Fork 25.5k
[Submodule] Bump kineto to latest #161370
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/161370
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 161d268 with merge base 5f25dbe ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchmergebot merge |
@pytorchbot rebase |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Merge failedReason: 1 jobs have failed, first few of them are: trunk / win-vs2022-cuda12.6-py3 / build Details for Dev Infra teamRaised by workflow job |
@cyyever is https://github.com/pytorch/kineto/pull/1127/files supposed to fix the windows build issue here? |
@sraikund16 No, I haven't checked the Windows issue. |
Summary: An attempt to fix the Windows build failure in pytorch/pytorch#161370 (comment) Pull Request resolved: #1129 Reviewed By: anubhavchaturvedi, hsgadre Differential Revision: D80967726 Pulled By: sraikund16 fbshipit-source-id: fe86c9b4bd17cb08a918d223a9605eb36b5bad57
b07484d
to
651233c
Compare
@cyyever it looks like it is still failing with the same signature :( |
@cyyever I did notice the note in this PR pytorch/kineto#1109:
Did you plan on fixing it before bumping the version? |
@sraikund16 Any idea about what symbols to export? Or simply export all symbols? |
added note in pytorch/kineto#1130 |
Looks like it is breaking for another reason now, so the cmakefile fix worked. Going to fix the lambda that is causing issues |
a6427b3
to
f06e4a7
Compare
Signed-off-by: cyy <[email protected]> Signed-off-by: Yuanyuan Chen <[email protected]>
Simplify the CUPTI check because kineto has used
CUDA::cupti
.