Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gpu): implement ilog2, trailing and leading zeros and ones on GPU #1462

Merged

Conversation

guillermo-oyarzun
Copy link
Member

@guillermo-oyarzun guillermo-oyarzun commented Aug 8, 2024

Closes https://github.com/zama-ai/tfhe-rs-internal/issues/514

PR content/description

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

Copy link
Contributor

@agnesLeroy agnesLeroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @guillermo-oyarzun! I made a first review, we'll have to check if the CI passes as there are quite many changes... 🙂

backends/tfhe-cuda-backend/cuda/include/integer.h Outdated Show resolved Hide resolved
backends/tfhe-cuda-backend/cuda/src/integer/integer.cu Outdated Show resolved Hide resolved
backends/tfhe-cuda-backend/cuda/src/integer/integer.cuh Outdated Show resolved Hide resolved
tfhe/src/integer/gpu/server_key/radix/add.rs Outdated Show resolved Hide resolved
tfhe/src/integer/gpu/server_key/radix/add.rs Outdated Show resolved Hide resolved
@guillermo-oyarzun guillermo-oyarzun force-pushed the go/feature/implement-leading-trailing-zeros-and-ones branch from d2837c0 to 267ddd8 Compare August 9, 2024 09:47
@zama-bot zama-bot removed the approved label Aug 9, 2024
@agnesLeroy agnesLeroy merged commit 67b1607 into main Aug 9, 2024
89 checks passed
@agnesLeroy agnesLeroy deleted the go/feature/implement-leading-trailing-zeros-and-ones branch August 9, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants