Skip to content

Commit 91cf247

Browse files
Hongyu ChenHongyu Chen
authored andcommitted
Merge remote-tracking branch 'origin/main' into update_hc
2 parents 045ac47 + 0abea94 commit 91cf247

30 files changed

Lines changed: 3547 additions & 183 deletions

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,19 @@ docs/tutorials/
197197
runs/
198198
tutorials/dataset
199199
tutorials/figure_*
200+
201+
# Local experiment / planning artifacts (not for upstream)
202+
.Rhistory
203+
.claude/
204+
paper_sections_v2.tex
205+
paper_section_4_2.tex
206+
paper_section_6_3.tex
207+
paper_appendix_rank_table.tex
208+
run_experiments.py
209+
run_experiments_big.py
210+
run_experiments_arxiv_seeds.py
211+
run_experiments_products_seeds.py
212+
run_experiments_rownorm.py
213+
distributed_setup.sh
214+
backup_ec2/
215+
experiment_results/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "third_party/openfhe-python"]
2+
path = third_party/openfhe-python
3+
url = https://github.com/openfheorg/openfhe-python.git

0 commit comments

Comments
 (0)