-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[profiler] Expand Kineto platform support #56323
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
Conversation
💊 CI failures summary and remediationsAs of commit 13c5850 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 fixed upstream failure:These were probably caused by upstream breakages that were already fixed.
Please rebase on the
|
5c0155c to
5e8293b
Compare
Codecov Report
@@ Coverage Diff @@
## master #56323 +/- ##
==========================================
- Coverage 76.95% 76.93% -0.02%
==========================================
Files 1968 1968
Lines 196252 196251 -1
==========================================
- Hits 151017 150987 -30
- Misses 45235 45264 +29 |
96a857e to
628506b
Compare
0a339e7 to
c3cebc3
Compare
|
@ilia-cher has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
| import_static_lib(libcpuinfo) | ||
| import_static_lib(libclog) | ||
| import_static_lib(libfmt) | ||
| import_static_lib(libkineto) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please elaborate in PR how kineto is used in Android?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as in other builds - using torch.profiler context manager and saving the trace file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, but I don't think Android builds have any Python bindings enabled in them, are they?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not, but going forward we should be able to use profiler with c++ APIs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sg, let's keep in mind future C++ api, but for now, as discussed, will split the mobile build support in a separate pr
8df01bd to
0166137
Compare
|
@ilia-cher has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
0166137 to
3250c25
Compare
|
@ilia-cher has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1 similar comment
|
@ilia-cher has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
3250c25 to
c88c3d9
Compare
|
@ilia-cher has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1 similar comment
|
@ilia-cher has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
c88c3d9 to
5e603db
Compare
Summary: Expanding support to all builds Test Plan: CI
5e603db to
13c5850
Compare
|
@ilia-cher has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
updated to exclude android and ios builds |
|
@ilia-cher merged this pull request in 65fad0e. |
Summary: Pull Request resolved: pytorch#57333 Pull Request resolved: pytorch/kineto#193 Expanding Kineto support to more platforms Test Plan: CI and OSS CI: pytorch#56323 Reviewed By: gdankel Differential Revision: D27873669 fbshipit-source-id: 4a72a589f958440cbfff247751b7f4e1910a10c7
Summary: Expanding support to all builds Pull Request resolved: pytorch#56323 Test Plan: CI Reviewed By: malfet Differential Revision: D28171478 Pulled By: ilia-cher fbshipit-source-id: 16bc752d1be3cbaeda5316f5d8a687ae05a83d22
Summary:
Expanding support to all builds
Test Plan:
CI