Skip to content
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

[pt2] add SymInt support for linalg.matrix_power #101940

Closed
wants to merge 5 commits into from

Conversation

@pytorch-bot
Copy link

pytorch-bot bot commented May 21, 2023

🔗 Helpful Links

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

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

✅ No Failures

As of commit f4af2a5:
💚 Looks good so far! There are no failures yet. 💚

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

@pytorch-bot pytorch-bot bot added the release notes: linalg_frontend release notes category label May 21, 2023
nkaretnikov added a commit that referenced this pull request May 21, 2023
ghstack-source-id: 111df3ac5a02b9abe5193b86c0c573fc1b27b9a2
Pull Request resolved: #101940
@nkaretnikov nkaretnikov added ciflow/trunk Trigger trunk jobs on your pull request topic: not user facing topic category ciflow/inductor keep-going Don't stop on first failure, keep running tests until the end and removed release notes: linalg_frontend release notes category labels May 21, 2023
@nkaretnikov
Copy link
Collaborator Author

Part of this stack because it unlocks tests next to the ones in the previous PR.

@@ -128,10 +128,10 @@ static inline void checkIsMatrix(const Tensor& A, const char* const f_name, cons
}
static inline void squareCheckInputs(const Tensor& self, const char* const f_name, const char* const arg_name = "A") {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Called from linalg_matrix_power_impl.

nkaretnikov added a commit that referenced this pull request May 21, 2023
ghstack-source-id: 6c13bc9e6ce0faa2671cad5fab9e2d2d7857f1d6
Pull Request resolved: #101940
nkaretnikov added a commit that referenced this pull request May 22, 2023
ghstack-source-id: 1872abaa2c45cd5a0236501d94d5b3fd21fdcd5b
Pull Request resolved: #101940
nkaretnikov added a commit that referenced this pull request May 22, 2023
ghstack-source-id: ae22ce3f7f4c0bb9c8173842089be7daea72487d
Pull Request resolved: #101940
@nkaretnikov nkaretnikov removed the keep-going Don't stop on first failure, keep running tests until the end label May 23, 2023
nkaretnikov added a commit that referenced this pull request May 23, 2023
ghstack-source-id: 956e9d19755e9afefef106562f38095f1920587b
Pull Request resolved: #101940
@nkaretnikov
Copy link
Collaborator 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

@facebook-github-bot facebook-github-bot deleted the gh/nkaretnikov/120/head branch June 8, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/inductor ciflow/trunk Trigger trunk jobs on your pull request Merged open source topic: not user facing topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants