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

LAPACK: Aggressive constprop to concretely infer syev!/syevd! #55295

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

jishnub
Copy link
Contributor

@jishnub jishnub commented Jul 29, 2024

Currently, these are inferred as a 2-Tuple of possible return types depending on jobz, but since jobz is usually a constant, we may propagate it aggressively and have the return types inferred concretely.

@jishnub jishnub added domain:linear algebra Linear algebra backport 1.11 Change should be backported to release-1.11 backport 1.10 Change should be backported to the 1.10 release labels Jul 29, 2024
@KristofferC KristofferC merged commit 686804d into master Jul 30, 2024
10 checks passed
@KristofferC KristofferC deleted the jishnub/syevd branch July 30, 2024 13:29
@KristofferC KristofferC mentioned this pull request Aug 2, 2024
68 tasks
lazarusA pushed a commit to lazarusA/julia that referenced this pull request Aug 17, 2024
…ang#55295)

Currently, these are inferred as a 2-Tuple of possible return types
depending on `jobz`, but since `jobz` is usually a constant, we may
propagate it aggressively and have the return types inferred concretely.
KristofferC pushed a commit that referenced this pull request Aug 19, 2024
Currently, these are inferred as a 2-Tuple of possible return types
depending on `jobz`, but since `jobz` is usually a constant, we may
propagate it aggressively and have the return types inferred concretely.

(cherry picked from commit 686804d)
@KristofferC KristofferC removed the backport 1.11 Change should be backported to release-1.11 label Aug 26, 2024
@KristofferC KristofferC mentioned this pull request Sep 12, 2024
46 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.10 Change should be backported to the 1.10 release domain:linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants