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

Error "undefined reference to 'TF_CreateConfig' while using libtensorflow-cc with gpu and for arm64 #10

Open
camexias opened this issue Feb 14, 2024 · 1 comment

Comments

@camexias
Copy link

Hello, i am currently using TensorFlow 2.11.0 for GPU and arm64 and i am able to use the functions from c_api.h but not from c_api_experimental.h. I have the error "undefined reference to 'TF_CreateConfig' when using the function TF_CreateConfig. When i tried the libtensorflow build to run on the cpu only this fonction is recognized and can be used.

I have tried multiple versions from your repo and the result is the same. Do you have any idea why this is happening? Thank you in advance.

@lreiher
Copy link
Member

lreiher commented Feb 27, 2024

Sorry for the delayed response.

Would you mind sharing the exact piece of code that you are trying to compile and whether and which container you are using?

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

No branches or pull requests

2 participants