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

Support tensor stride #129297

Closed
wants to merge 1 commit into from
Closed

Conversation

shengfukevin
Copy link
Contributor

Summary:
X-link: facebookresearch/param#126

Support tensor stride for execution trace.

Test Plan: buck2 test mode/opt caffe2/test:test_profiler_cuda profiler.test_execution_trace.TestExecutionTrace

Differential Revision: D58900476

Copy link

pytorch-bot bot commented Jun 22, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/129297

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (2 Unrelated Failures)

As of commit e9cf9c1 with merge base 22c809a (image):

BROKEN TRUNK - The following jobs failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

Copy link
Contributor

@sanrise sanrise left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Jul 1, 2024
shengfukevin added a commit to shengfukevin/param that referenced this pull request Jul 8, 2024
Summary:
X-link: pytorch/pytorch#129297

Pull Request resolved: facebookresearch#126

Support tensor stride for execution trace.

Reviewed By: sanrise

Differential Revision: D58900476
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

shengfukevin added a commit to shengfukevin/param that referenced this pull request Jul 8, 2024
Summary:
X-link: pytorch/pytorch#129297

Pull Request resolved: facebookresearch#126

Support tensor stride for execution trace.

Reviewed By: sanrise

Differential Revision: D58900476
shengfukevin added a commit to shengfukevin/pytorch that referenced this pull request Jul 8, 2024
Summary:
Pull Request resolved: pytorch#129297

X-link: facebookresearch/param#126

Support tensor stride for execution trace.

Test Plan: buck2 test mode/opt caffe2/test:test_profiler_cuda profiler.test_execution_trace.TestExecutionTrace

Reviewed By: sanrise

Differential Revision: D58900476
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

shengfukevin added a commit to shengfukevin/pytorch that referenced this pull request Jul 8, 2024
Summary:
Pull Request resolved: pytorch#129297

X-link: facebookresearch/param#126

Support tensor stride for execution trace.

Test Plan: buck2 test mode/opt caffe2/test:test_profiler_cuda profiler.test_execution_trace.TestExecutionTrace

Reviewed By: sanrise

Differential Revision: D58900476
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

Summary:
Pull Request resolved: pytorch#129297

X-link: facebookresearch/param#126

Support tensor stride for execution trace.

Test Plan: buck2 test mode/opt caffe2/test:test_profiler_cuda profiler.test_execution_trace.TestExecutionTrace

Reviewed By: sanrise

Differential Revision: D58900476
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58900476

facebook-github-bot pushed a commit to facebookresearch/param that referenced this pull request Jul 9, 2024
Summary:
X-link: pytorch/pytorch#129297

Pull Request resolved: #126

Support tensor stride for execution trace.

Reviewed By: sanrise

Differential Revision: D58900476

fbshipit-source-id: bb6c30a2ba1a31930aa5f6fc2a4aea5671c20f48
@facebook-github-bot
Copy link
Contributor

@pytorchbot merge

(Initiating merge automatically since Phabricator Diff has merged)

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: Approvers from one of the following sets are needed:

  • superuser (pytorch/metamates)
  • Core Reviewers (mruberry, lezcano, Skylion007, ngimel, peterbell10)
  • Core Maintainers (soumith, gchanan, ezyang, dzhulgakov, malfet)
Details for Dev Infra team Raised by workflow job

Failing merge rule: Core Maintainers

@izaitsevfb
Copy link
Contributor

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: This PR needs a release notes: label
If your changes are user facing and intended to be a part of release notes, please use a label starting with release notes:.

If not, please add the topic: not user facing label.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "topic: not user facing"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Details for Dev Infra team Raised by workflow job

@shengfukevin
Copy link
Contributor Author

topic: not user facing

@shengfukevin
Copy link
Contributor Author

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: This PR needs a release notes: label
If your changes are user facing and intended to be a part of release notes, please use a label starting with release notes:.

If not, please add the topic: not user facing label.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "topic: not user facing"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Details for Dev Infra team Raised by workflow job

@shengfukevin
Copy link
Contributor Author

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your 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

Advanced Debugging
Check the merge workflow status
here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/trunk Trigger trunk jobs on your pull request fb-exported Merged topic: not user facing topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants