Open Kirija opened 3 years ago
Hello,
Could you please test this using TenSEAL 0.3.6? If the problem persists, please also mention your OS and Python version. Thanks!
Hi, Thanks for your reply. I'm on a M1 Mac, OS 11.6 Big Sur, Python is 3.9.6, packaged by conda-forge . Unfortunately no, I can't switch to 3.6 because cpu_features does not compile on anything else than an intel processor on MacOS, yet. Cheers
Hi, on tenseal 0.3.4, a simple mul operation leads to the operands being overwritten
Results in : Before mul X= [4.000000000647424] scale= 40.0 Before mul Y= [0.5000000001644422] scale= 40.0 After mul X= [-3.9069508659243407e-10] scale= 40.0 After mul Y= [-1.8427671583511186e-09] scale= 40.0
Dont know what's wrong but its serious !