You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
However, the libfppoly_gpu.so library is used later in other files, causing issues when trying to use the project:
How can this error be fixed? Is there a missing step or an additional configuration needed to generate the libfppoly_gpu.so library?
The text was updated successfully, but these errors were encountered:
Issue: Missing
libfppoly_gpu.so
Library in ELINA/gpupoly DirectoryWhen I compiled ELINA, I couldn't find the
libfppoly_gpu.so
library in theELINA/gpupoly
directory:There are only two object files:
libgpupoly.so
andtestGPUPoly
, 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:However, the libfppoly_gpu.so library is used later in other files, causing issues when trying to use the project:
How can this error be fixed? Is there a missing step or an additional configuration needed to generate the libfppoly_gpu.so library?
The text was updated successfully, but these errors were encountered: