-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Replace Eigen with Lapack library for "eigvals" OP kernel #35909
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
Replace Eigen with Lapack library for "eigvals" OP kernel #35909
Conversation
|
Thanks for your contribution! |
zhwesky2010
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.
LGTM for calling origin lapack API
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.
eigen和lapack的实现,OP性能的对比有吗
zhiqiu
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.
Lgtm
PR types
Function optimization
PR changes
OPs
Describe
This PR implements the kernel of "eigvals" OP with the Lapack library, which has a better performance than the previous Eigen library.
Here are some preliminary test results comparing between two library:
