tfhe-rs icon indicating copy to clipboard operation
tfhe-rs copied to clipboard

Prepare multi gpu support

Open agnesLeroy opened this issue 3 months ago • 5 comments

closes: please link all relevant issues

PR content/description

This PR prepares the code base for multi-gpu support. At the moment all functions fall back to using only GPU 0, but we'll be able to add multi-GPU support little by little on top of this.

Check-list:

  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)
  • [ ] Relevant issues are marked as resolved/closed, related issues are linked in the description
  • [ ] Check for breaking changes (including serialization changes) and add them to commit message following the conventional commit specification

agnesLeroy avatar Apr 18 '24 07:04 agnesLeroy