-
Notifications
You must be signed in to change notification settings - Fork 29
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
Compilation Error in libtensorflow Pointing to float8.h in ml_dtype #144
Comments
Thanks for the question. What version of ml_dtypes are you using, and what compiler are you using? |
Compiler version: g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 And for Eigen, I found in tensorflow/third_party/eigen3/workspace.bzl that it seems to be using this version: aa6964bf3a34fd607837dd8123bc42465185c4f8 |
I don't understand where the error would be coming from. In the commit you reference, ml_dtypes/ml_dtypes/include/float8.h Lines 908 to 910 in 2ca30a2
Perhaps the |
I suspect the error might be originating from the following line:
I've tried both the Eigen version from In addition, I noticed that the Eigen library seems to be missing in |
If eigen is missing from the ml_dtypes package, then perhaps you forgot to run the |
After deleting Eigen and recompiling using the Eigen provided in |
I encountered an error while compiling my program using libtensorflow. The error seems to point to float8.h in ml_dtype. Here is the error information:
output.txt
Any help would be greatly appreciated. Thank you.
The text was updated successfully, but these errors were encountered: