[Fix] Add generator and tensor variant signatures for rand*_like() functions#167824
[Fix] Add generator and tensor variant signatures for rand*_like() functions#167824KarhouTam wants to merge 1 commit intopytorch:mainfrom
rand*_like() functions#167824Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/167824
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 3800013 with merge base 2984331 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
The label |
|
@pytorchbot label "topic: not user facing" |
|
Hi, @albanD , PTAL, thanks. |
|
What is this fixing in particular? Any test or anything? |
|
Hi @albanD, thank you for the review. This PR introduces signatures to be verified by |
|
@pytorchbot merge |
|
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
Merge startedYour 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 |
…functions (#167824) As the title stated. PR #166160 add generator variants to `rand*_like()` functions, this PR is for finding out staled signatures and fixing them. Pull Request resolved: #167824 Approved by: https://github.com/cyyever, https://github.com/albanD
As the title stated.
PR #166160 add generator variants to
rand*_like()functions, this PR is for finding out staled signatures and fixing them.cc @EikanWang @jgong5 @wenzhe-nrv @sanchitintel