-
Notifications
You must be signed in to change notification settings - Fork 189
Fix CuptiActivity name from tpp to cpp #631
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
This pull request was exported from Phabricator. Differential Revision: D37967514 |
Hi @robieta and @malfet , is there a regression in the latest nightly profiler test? Our CI seems to be failing for a trivial change.
|
I feel like it's probably pytorch/pytorch#80796, but since the test give no addition information it's hard to tell. |
Issue seems to have started between July 14 - 18. https://github.com/pytorch/kineto/actions/workflows/tb_plugin_ci.yml |
After some digging, my conclusion is that we should disable it. TensorBoard has no business unit testing the internals of profiler; if it wants this functionality it should be in PyTorch CI, not kineto CI. |
I will take a look at the TB_Plugin_CI and disable this test, I'm not sure why we are running it in TB. |
As discussed with Taylor in #631, test_profiler_api_without_gpu should be disabled in TB_Plugin_CI, and if we want this to exist, it should exist in PyTorch CI.
Summary: As discussed with Taylor in #631, test_profiler_api_without_gpu should be disabled in TB_Plugin_CI, and if we want this to exist, it should exist in PyTorch CI. Pull Request resolved: #632 Reviewed By: chaekit Differential Revision: D37978640 Pulled By: aaronenyeshi fbshipit-source-id: 2c293eb298db49e3ba6b68b101117282c42be4a6
Summary: Pull Request resolved: pytorch#631 There was a typo in the naming of this file when it was created causing a suffix .tpp. Fix this to .cpp. Test Plan: CI Tests Reviewed By: slgong-fb Differential Revision: D37967514 Pulled By: aaronenyeshi fbshipit-source-id: 90bccf2c00fb6f89f85d702a62d93defa6ee1547
This pull request was exported from Phabricator. Differential Revision: D37967514 |
af4cc5f
to
d1f5ffc
Compare
Summary: There was a typo in the naming of this file when it was created causing a suffix .tpp. Fix this to .cpp.
Reviewed By: slgong-fb
Differential Revision: D37967514
Pulled By: aaronenyeshi