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

Fixes issue 47 (clxie) compile error Eigen:QInt32 #48

Open
wants to merge 1 commit into
base: r1.15.5+nv21.12
Choose a base branch
from

Conversation

KennBot
Copy link

@KennBot KennBot commented Jan 16, 2022

Fixes compiler errors from QInt32 template code in the Eigen/CXX11/src/FixedPoint library. Picks up fixes by rmlarson in the TF2.x repository to this same library, which addressed 'specific integer intrinsics were MIA from the standard header on some versions of GCC', seen in TF2.x issue 39180 'TensorFlow build is failing on Bazel CI due to Eigen Update' (meteorcloudy). This new FixedPoint library has been checked in on May 5 2020. It works well in the NVidia-Tensorflow repository, fixing the same header issue.

Signed-off-by: kennbot 5740350+KennBot@users.noreply.github.com

…itory to this same library, which addressed 'specific integer intrinsics were MIA from the standard header on some versions of GCC', seen in TF2.x issue 39180 'TensorFlow build is failing on Bazel CI due to Eigen Update' (meteorcloudy), fixed on May 5 2020.

Signed-off-by: kennbot <5740350+KennBot@users.noreply.github.com>
Copy link

@rexionmars rexionmars left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants