toufique-morshed / CPU-GPU-TFHE

A CPU and GPU accelerated framework for TFHE. The framework includes algebraic, vector, and matrix operations.
18 stars 4 forks source link

gpu program not running #3

Open bpradeep508 opened 1 year ago

bpradeep508 commented 1 year ago

(base) Lenovo-Legion-7-15IMH05:~/CPU-GPU-TFHE/gpuParallel$ nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Sun_Jul_28_19:07:16_PDT_2019 Cuda compilation tools, release 10.1, V10.1.243 (base) Lenovo-Legion-7-15IMH05:~/CPU-GPU-TFHE/gpuParallel$ make make: Nothing to be done for 'all'. (base)Lenovo-Legion-7-15IMH05:~/CPU-GPU-TFHE/gpuParallel$ ./main 16 10 15 Segmentation fault (core dumped)

JoshuaAziake commented 1 year ago

I also get a Segmentation fault error after the same step.