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

[NFC] Remove unnecessary override for Eigen::numext::bit_cast #224

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

sergey-kozub
Copy link
Contributor

@sergey-kozub sergey-kozub commented Oct 22, 2024

The default Eigen implementation (https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/src/Core/NumTraits.h#L101-115) does the simple data copy, so the overrides are not necessary.

@hawkinsp
Copy link
Collaborator

hawkinsp commented Nov 1, 2024

Can you add to the PR description why the overrides are unnecessary?

@sergey-kozub
Copy link
Contributor Author

Can you add to the PR description why the overrides are unnecessary?

Updated the description.

@copybara-service copybara-service bot merged commit 43a2f6d into jax-ml:main Nov 4, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants