8000 Analyze coalesced mem by eellison · Pull Request #153730 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

Analyze coalesced mem #153730

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

Open
wants to merge 2 commits into
base: gh/eellison/791/base
Choose a base branch
from
Open

Conversation

[ghstack-poisoned]
Copy link
pytorch-bot bot commented May 16, 2025

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 13 New Failures, 1 Unrelated Failure

As of commit f8728a3 with merge base 5d316ce (image):

NEW FAILURES - The following jobs have failed:

UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:

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

eellison added a commit that referenced this pull request May 16, 2025
ghstack-source-id: 577c64b
Pull Request resolved: #153730
Copy link
Contributor

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.

@eellison eellison requested a review from jansel May 16, 2025 15:18
variables[v] = 1
try:
new_val = sympy_subs(index, variables)
except ZeroDivisionError:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this co 8000 mment to others. Learn more.

We don't want to log anything here?

@eellison eellison mentioned this pull request May 16, 2025
[ghstack-poisoned]

y_dtype = torch.float if not downcast_transposed_v else torch.float64
foo(
torch.rand(256, 256, device="cuda"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi, May I suggest we mark this case as requires_cuda or replace the hardcode cuda with GPU_TYPE here? The cuda will fail on XPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0