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

Issue: Overwriting of cmath library with AMD math library. #16

Open
saikrishna2893 opened this issue Jun 26, 2023 · 0 comments
Open

Issue: Overwriting of cmath library with AMD math library. #16

saikrishna2893 opened this issue Jun 26, 2023 · 0 comments

Comments

@saikrishna2893
Copy link

We are working on a project, where we would like to integrate and have function calls to both cmath and amd_math library. Currently in Ubuntu, with use of both cmath and amd_math libraries, tried linking in both static and dynamic ways, observing that cmath functions are getting replaced with amd_math and with namespace as well seeing that operations are getting called from libalm.so file.

Tried with 1. namespace, 2. by removing and disabling "REPLACE_WITH_AMDLIBM" flag, and also with flag 3. "-libabi=glibc while build, Didnt observe any solution.
Is there any approach to overcome this situation and get work done?

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

1 participant