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

Problem libfppoly_gpu.so not found #120

Open
ace-shifu opened this issue Jun 20, 2024 · 0 comments
Open

Problem libfppoly_gpu.so not found #120

ace-shifu opened this issue Jun 20, 2024 · 0 comments

Comments

@ace-shifu
Copy link

ace-shifu commented Jun 20, 2024

Issue: Missing libfppoly_gpu.so Library in ELINA/gpupoly Directory

When I compiled ELINA, I couldn't find the libfppoly_gpu.so library in the ELINA/gpupoly directory:

gpupolynotfound

There are only two object files: libgpupoly.so and testGPUPoly, which are consistent with what is defined in the CMakeLists.txt. In the CMakeLists.txt (link), I found the following statements for these two files:

add_library(gpupoly SHARED ${GPUPOLYCore} "bindings.cu")
add_executable(testGPUPoly "test.cpp")

However, the libfppoly_gpu.so library is used later in other files, causing issues when trying to use the project:
importfppoly_gpu
How can this error be fixed? Is there a missing step or an additional configuration needed to generate the libfppoly_gpu.so library?

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