-
Notifications
You must be signed in to change notification settings - Fork 158
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
chore(gpu): use struct to pass radix data in the ffi #1994
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
agnesLeroy
requested review from
pdroalves,
bbarbakadze and
guillermo-oyarzun
January 20, 2025 08:50
agnesLeroy
commented
Jan 20, 2025
backends/tfhe-cuda-backend/cuda/include/integer/radix_ciphertext.h
Outdated
Show resolved
Hide resolved
agnesLeroy
commented
Jan 20, 2025
agnesLeroy
force-pushed
the
al/pass_struct_accross_rust_c_ffi
branch
2 times, most recently
from
January 20, 2025 09:04
732192e
to
c3fc1cb
Compare
backends/tfhe-cuda-backend/cuda/include/integer/radix_ciphertext.h
Outdated
Show resolved
Hide resolved
agnesLeroy
commented
Jan 20, 2025
agnesLeroy
commented
Jan 20, 2025
agnesLeroy
commented
Jan 20, 2025
agnesLeroy
force-pushed
the
al/pass_struct_accross_rust_c_ffi
branch
from
January 20, 2025 13:45
c3fc1cb
to
84d93e0
Compare
agnesLeroy
changed the title
Start new struct to pass data around
chore(gpu): use struct to pass radix data in the ffi
Jan 20, 2025
agnesLeroy
force-pushed
the
al/pass_struct_accross_rust_c_ffi
branch
from
January 20, 2025 16:00
84d93e0
to
01a1ff1
Compare
agnesLeroy
commented
Jan 20, 2025
tfhe/src/integer/server_key/radix_parallel/tests_long_run/mod.rs
Outdated
Show resolved
Hide resolved
agnesLeroy
force-pushed
the
al/pass_struct_accross_rust_c_ffi
branch
3 times, most recently
from
January 21, 2025 10:46
5045542
to
83767cd
Compare
agnesLeroy
force-pushed
the
al/pass_struct_accross_rust_c_ffi
branch
2 times, most recently
from
January 21, 2025 11:28
75f7748
to
a7bb6b2
Compare
backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h
Outdated
Show resolved
Hide resolved
agnesLeroy
force-pushed
the
al/pass_struct_accross_rust_c_ffi
branch
2 times, most recently
from
January 23, 2025 16:49
94be77b
to
f0ebcb4
Compare
agnesLeroy
force-pushed
the
al/pass_struct_accross_rust_c_ffi
branch
from
January 24, 2025 08:16
f0ebcb4
to
26ff645
Compare
guillermo-oyarzun
approved these changes
Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes: please link all relevant issues
PR content/description
Check-list: