Thanks! I can now confirm that this problem is solved.
Among the stuff I did with Claude, there are:
- a possible but in ptAdd/ptSub;
- iterative bootstrapping;
- ciphertexts offloading (i.e., "unload" a ciphertext from GPU VRAM but keep it in RAM, useful when you want to cache some result but the space on the VRAM is limited)
If this can interest you I can draft issues with this stuff.
Originally posted by @AlexMV12 in #27
Iterative bootstrapping is an interesting and the changes are hopefully contained in Bootstrap.cu, a high level overview of the required changes would be useful and I can add/merge it soon.
Originally posted by @AlexMV12 in #27
Iterative bootstrapping is an interesting and the changes are hopefully contained in Bootstrap.cu, a high level overview of the required changes would be useful and I can add/merge it soon.