CKKSVector: use multithreading for sum_inplace #243
Labels
Good first issue 🎓
Perfect for beginners, welcome to OpenMined!
Type: New Feature ➕
Introduction of a completely new addition to the codebase
Description
The sum_inplace operation of the CKKSVector can be done using multithreading.
More precisely, we can parallelize this loop.
You can see an example of how to use the existing threadpool here.
The text was updated successfully, but these errors were encountered: