Skip to content

Conversation

@mikaylagawarecki
Copy link
Contributor

@mikaylagawarecki mikaylagawarecki commented Aug 15, 2025

std::unique_ptr to decrease bytes from 24 to 8

Since std::unique_ptr is not copyable this required defining the copy / copy assignment constructors. Which made me realize we shouldn't be copying tokens_ in those.

Stack from ghstack (oldest at bottom):

@pytorch-bot
Copy link

pytorch-bot bot commented Aug 15, 2025

🔗 Helpful Links

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

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

✅ No Failures

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

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

mikaylagawarecki added a commit that referenced this pull request Aug 15, 2025
mikaylagawarecki added a commit that referenced this pull request Aug 15, 2025
mikaylagawarecki added a commit that referenced this pull request Aug 20, 2025
@mikaylagawarecki mikaylagawarecki marked this pull request as ready for review August 20, 2025 15:30
Copy link
Collaborator

@albanD albanD left a comment

Choose a reason for hiding this comment

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

Thanks!

@mikaylagawarecki
Copy link
Contributor Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Aug 20, 2025
@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

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: 3 jobs have failed, first few of them are: trunk / linux-jammy-cuda12.8-py3.10-gcc11 / build, trunk / linux-jammy-rocm-py3.10 / build, trunk / verify-cachebench-cpu-build / build

Details for Dev Infra team Raised by workflow job

@mikaylagawarecki
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

pragupta added a commit to ROCm/pytorch that referenced this pull request Sep 16, 2025
markc-614 pushed a commit to markc-614/pytorch that referenced this pull request Sep 17, 2025
…ion (pytorch#160764)

std::unique_ptr to decrease bytes from 24 to 8

Since std::unique_ptr is not copyable this required defining the copy / copy assignment constructors. Which made me realize we shouldn't be copying `tokens_` in those.

Pull Request resolved: pytorch#160764
Approved by: https://github.com/albanD
pragupta added a commit to ROCm/pytorch that referenced this pull request Sep 17, 2025
@github-actions github-actions bot deleted the gh/mikaylagawarecki/335/head branch September 20, 2025 02:06
pragupta added a commit to ROCm/pytorch that referenced this pull request Sep 24, 2025
…nelFunction (pytorch#160764)"

This reverts commit 30384ab.

(cherry picked from commit cd45fe7)
jataylo added a commit to jataylo/pytorch that referenced this pull request Oct 17, 2025
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 Merged topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants