Skip to content

Trying to get better error messages#168194

Closed
drisspg wants to merge 2 commits intogh/drisspg/222/basefrom
gh/drisspg/222/head
Closed

Trying to get better error messages#168194
drisspg wants to merge 2 commits intogh/drisspg/222/basefrom
gh/drisspg/222/head

Conversation

@drisspg
Copy link
Contributor

@drisspg drisspg commented Nov 19, 2025

Stack from ghstack (oldest at bottom):

cant check into ci but before this PR this would error

import torch

big_num =(192 * 1e9 / 2 ) # number of bytes in 192GB

big_num = int(big_num//2.5)

@torch.compile()
def foo():
    return torch.zeros(big_num, dtype=torch.float32, device='cuda')


a = foo()
print(a.shape)

[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 19, 2025
ghstack-source-id: 4a17178
Pull-Request: #168194
@pytorch-bot
Copy link

pytorch-bot bot commented Nov 19, 2025

🔗 Helpful Links

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

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

✅ No Failures

As of commit 433f5bb with merge base f9724db (image):
💚 Looks good so far! There are no failures yet. 💚

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

[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 20, 2025
ghstack-source-id: 2600810
Pull-Request: #168194
@eellison eellison self-requested a review December 4, 2025 23:11
@drisspg
Copy link
Contributor Author

drisspg commented Jan 5, 2026

ill just close for now

@drisspg drisspg closed this Jan 5, 2026
@github-actions github-actions bot deleted the gh/drisspg/222/head branch February 5, 2026 02:22
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.

1 participant