virtualsecureplatform / TFHEpp

Pure C++ Ver. of TFHE.
Apache License 2.0
79 stars 23 forks source link

cuFHE #38

Closed darrenori closed 1 year ago

darrenori commented 2 years ago

Hello! I'm Darren from Singapore, and I'm doing a research paper on FHE using the Nvidia GPU via cuda. I'm wondering what these sets of error mean when I'm making a CUDA object. I've cloned the repository here at cuFHE, which was initally forked from this repository. I've made sure that the files in include was succesfully copied to /usr/include, and all packages were updated and properly installed. Any help will be greatly appreciated :)

Error 1 during make: PIC1ERROR

Error 2 during make: Screenshot from 2022-07-07 10-10-19

darrenori commented 2 years ago

Sorry, forgot to include that I pulled the repo from here https://github.com/virtualsecureplatform/cuFHE

nindanaoto commented 2 years ago

I enabled the issue in our cuFHE's repository, so I suggest to open issues on that. Anyway, I guess that your issues seems to be caused by use of g++-9, g++-10 or later is supported.

nindanaoto commented 1 year ago

Since there seems to be no update, I close this.