matter-labs-archive / belle_cuda

Implementation of various primitives for bellman using CUDA (WIP)
Other
28 stars 5 forks source link

bellman test error #2

Open Zengdewei1 opened 4 years ago

Zengdewei1 commented 4 years ago

I use bellman to test the commmand cargo test --release -- --nocapture test_mimc_bn256_gpu_all however I got the error bellow.

mimc-4d91b5a560d32bc6: /root/proj/belle_cuda/sources/Groth16_prover.cu:357: affine_point Groth16_proof(const Groth16_prover_data): Assertion `mlock(pr_data->c_arr, pr_data->c_len sizeof(embedded_field)) == 0' failed. error: test failed, to rerun pass '--test mimc'

image