lightbulb128 / troy-nova

GPU/CUDA implementation of Leveled BFV/CKKS/BGV scheme.
20 stars 6 forks source link

Link error #16

Closed Lionhehao closed 1 week ago

Lionhehao commented 1 week ago

When I compile this project locally, this error occasionally occurs, but it is fine after deleting the build and recompiling, and the example and bench can run normally. image

But when I execute sudo make install and want to link this project to my other projects as a third-party library, this error appears again. I don’t know why this error occurs and I don’t know the solution. Have you encountered it before? My gpu is 3060.

Lionhehao commented 1 week ago

Very strange, I deleted the build folder in my project and then recompiled and it worked successfully again