-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[reland][custom ops] infer schema #130079
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/130079
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 80f0e4e with merge base 86bca69 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
zou3519
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's rename to infer_schema, because that's what that function does. Public APIs need to have docstrings and documentation so let's add those as well.
1b7bee9 to
0aa21bf
Compare
zou3519
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but please make sure the doc renders (there's a docs preview if we wait long enough for CI)
|
@pytorchbot merge -i |
|
@pytorchbot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
@pytorchbot merge -f "unrelated failures in broken trunk" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot revert -m 'The test_public_bindings failure looks legit https://hud.pytorch.org/pytorch/pytorch/commit/3fe324ffb612c8712f6af7639c1e7bcec5f3b4fd' -c weird |
|
@pytorchbot successfully started a revert job. Check the current status here. |
This reverts commit 3fe324f. Reverted #130079 on behalf of https://github.com/huydhn due to The test_public_bindings failure looks legit https://hud.pytorch.org/pytorch/pytorch/commit/3fe324ffb612c8712f6af7639c1e7bcec5f3b4fd ([comment](#130079 (comment)))
|
@yushangdi your PR has been successfully reverted. |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 0 checks: Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: trunk / linux-focal-cuda12.4-py3.10-gcc9-experimental-split-build-test / test (default, 5, 5, linux.4xlarge.nvidia.gpu) Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: trunk / linux-focal-cuda12.4-py3.10-gcc9-experimental-split-build-test / test (default, 5, 5, linux.4xlarge.nvidia.gpu) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot revert -m "depends on #130064 which needs to be reverted" -c ghfirst |
|
@pytorchbot successfully started a revert job. Check the current status here. |
|
@yushangdi your PR has been successfully reverted. |
This reverts commit bef085b. Reverted #130079 on behalf of https://github.com/izaitsevfb due to depends on #130064 which needs to be reverted ([comment](#130079 (comment)))
|
@pytorchbot merge |
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 |
|
@yushangdi I am going to hold off on re-merging #130064 until this goes in, that one will take some more time to fix |
Fixes pytorch#129617 Pull Request resolved: pytorch#130079 Approved by: https://github.com/zou3519
This reverts commit bef085b. Reverted pytorch#130079 on behalf of https://github.com/izaitsevfb due to depends on pytorch#130064 which needs to be reverted ([comment](pytorch#130079 (comment)))
Fixes pytorch#129617 Pull Request resolved: pytorch#130079 Approved by: https://github.com/zou3519
Fixes #129617