-
Notifications
You must be signed in to change notification settings - Fork 272
chore(gpu): refactor int_radix_lut #2793
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
base: main
Are you sure you want to change the base?
Conversation
361acba
to
72b1b11
Compare
72b1b11
to
7f55a8c
Compare
4ad639d
to
bf9a5e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @andrei-stoian-zama, I did a first pass on the PR (not fully reviewed the changes in int_radix_lut yet).
bf9a5e4
to
4a86800
Compare
backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note not to forget int_noise_squashing_lut which is also concerned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just marking the status as "Request changes" to avoid merging it before the release 😅
3f03058
to
3be7aae
Compare
backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h
Outdated
Show resolved
Hide resolved
backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h
Outdated
Show resolved
Hide resolved
backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h
Outdated
Show resolved
Hide resolved
3be7aae
to
2afe0e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
Refactoring of
int_radix_lut
to useactive_streams
and refactor constructors