-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[POP-2042] Anonymized stats through buckets (#878)
* start to add code for bucket comparison * progress on buckets * . * . * . * . * . * send/receive u32 with chacah encryption * bitinject * compare multiple thresholds function done, untested * also make <= * fix: Also fix the threshold comparison * wip: keep results around * wip * clippy * wip * fix: ignore phantom matchers * wip * wip * fix: wrong kernel for assign_u32 function * fix: use correct buffer in buckets-GPU function * feat: adapt threshold test for new test strucuture * minor fix * . * another testcase adapted * another testcase adapted * . * another testcase adapted * . * another testcase adapted * . * . * add new test case for bucketing * . * . * fix an error * add another test * . * add buckets test * . * . * wip * use the open_bucket function in the testcase * . * make open_buckets not overwrite input * function for threshold translation * . * match_distances_counter_idx * minor * fix an int/size_t error for kernels! * sort results for consistency across nodes * clean + clippy * cleanup and fixes * clippy * remove keeping two results around * up * add synchronize streams after loading to GPU in gpu_dependant testcases * clippy fix * debug for testcases * . * . * fix the len issues in sending/receiving * fix of fix * remove or-tree test * fix? * buckets as config * Ps/buckets config improvements (#965) * buckets as config * stage config * revert nccl changes * custom image build * custom image deployment * await streams * prod config * clippy * revert staging deployment --------- Co-authored-by: Roman Walch <[email protected]> Co-authored-by: Carlo Mazzaferro <[email protected]> Co-authored-by: Carlo Mazzaferro <[email protected]>
- Loading branch information
1 parent
c04b7f7
commit 29c1c9d
Showing
25 changed files
with
3,260 additions
and
563 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
Oops, something went wrong.