Commit Graph

371 Commits

Author SHA1 Message Date
Vincent Ehrmanntraut
60d481dc4e Merge branch 'refs/heads/master' into parallel_permutations
# Conflicts:
#	Processor/Processor.hpp
#	Protocols/FakeProtocol.h
#	Protocols/Rep3Shuffler.h
#	Protocols/Rep3Shuffler.hpp
#	Protocols/SecureShuffle.h
#	Protocols/SecureShuffle.hpp
2024-12-12 09:25:02 +01:00
Vincent Ehrmanntraut
0f4c825366 Working on parallel matrix shuffle 2024-12-12 08:56:46 +01:00
Marcel Keller
fc66e484c3 Fix bug with repeated writing to memory. 2024-12-11 18:14:56 +11:00
Vincent Ehrmanntraut
b91a01adc3 Make applyshuffle instruction mergeable, execution is still sequential 2024-12-06 15:55:01 +01:00
Wenqiang Ruan
1b3b18870f Fix a bug when using multithreading 2024-12-05 14:32:15 +08:00
wqruan
551e23c720 a small improvement on SGD with mementum optimizer 2024-12-02 11:12:29 +08:00
wqruan
7900ef8b0a a small improvement on SGD with mementum optimizer 2024-12-02 11:05:02 +08:00
Marcel Keller
8a4b029c2b Fix bug with repeated writing to memory. 2024-11-26 13:15:36 +11:00
Marcel Keller
91321ff8cd Functionality to call high-level code from C++. 2024-11-21 13:14:54 +11:00
Marcel Keller
c56ff589cb Fix bugs with memory accesses in nested loops. 2024-11-18 11:56:00 +11:00
Marcel Keller
94b8c33625 Fix bug in flow optmization. 2024-11-11 11:04:58 +11:00
Marcel Keller
3b166ca2d7 Fix bug when indices are computed using subtraction in loops. 2024-11-06 10:45:26 +11:00
Marcel Keller
7051e5ae77 Fixed security bug: missing MAC check in probabilistic truncation. 2024-10-17 13:32:03 +11:00
Marcel Keller
acc49905b4 Fix bug in binary operations. 2024-10-08 13:04:49 +11:00
Marcel Keller
3319206ec3 Probabilistic truncation warning. 2024-10-08 13:04:17 +11:00
Marcel Keller
20dfe63959 Fix bug in Dijkstra's algorithm when there are unreachable vertices. 2024-09-26 13:03:36 +10:00
Marcel Keller
de77d89ce3 Fix bug in optimized loop with negative step. 2024-09-19 15:58:06 +10:00
Marcel Keller
d00a16dbf0 Fix bug when creating several programs in one file. 2024-09-18 19:58:20 +10:00
Marcel Keller
533372a8cb Allocate trainable parameters in benchmark runs. 2024-09-18 13:14:58 +10:00
Marcel Keller
bf38ddbc6b Merge pull request #1474 from enricobottazzi/master
Fix: compile error from `floatingpoint.py`
2024-08-13 11:29:50 +10:00
Marcel Keller
b6aa32f26d More PyTorch functionality. 2024-08-12 22:27:45 +10:00
Marcel Keller
94a839c8de Add missing brackets. 2024-08-08 16:10:53 +10:00
Enrico Bottazzi
b973aae9db Update floatingpoint.py 2024-08-05 16:34:01 +09:00
Marcel Keller
f43dc3e663 Merge pull request #1455 from rdeviti/tidy-output
tidy output for remote execution
2024-07-25 13:23:57 +10:00
Marcel Keller
5c4382c139 Fix bugs in binary memory access. 2024-07-22 13:04:36 +10:00
Roberta De Viti
88418ab75f Make tidy output conditional on the execute attribute. 2024-07-19 00:47:27 +02:00
Roberta De Viti
d472eb7481 Make tidy output optional, update README. 2024-07-17 15:14:55 +02:00
Roberta De Viti
c482631120 tidy output for remote execution 2024-07-15 17:38:34 +02:00
Marcel Keller
48fbbd09f3 Fix bug with nested for_range_opt. 2024-07-15 17:44:30 +10:00
Marcel Keller
77aaaab6a0 Fix bugs in conditional operators. 2024-07-12 12:42:46 +10:00
Marcel Keller
78fe3d8bad Maintenance. 2024-07-09 12:19:52 +10:00
Vincent Ehrmanntraut
70d65d3c98 Add to_row_matrix and to_column_matrix at array 2024-07-02 12:02:22 +02:00
Marcel Keller
41999a351a Merge pull request #1417 from vincent-ehrmanntraut/mergeable-matmulsm-squashed
Make matmulsm mergeable (Fixes #1407)
2024-07-02 13:13:47 +10:00
Marcel Keller
a271f54356 Allow conversion with any precision. 2024-07-02 11:41:59 +10:00
Marcel Keller
894d38c748 Fix bug in register update. 2024-06-28 19:15:10 +10:00
Marcel Keller
8446e39f79 Allow conversion with different precisions. 2024-06-28 19:13:22 +10:00
Vincent Ehrmanntraut
c7452697d8 Change MATMULSM allocator timeout from a time threshould to a size threshold 2024-06-28 09:44:11 +02:00
Vincent Ehrmanntraut
aa2441ca08 Optimize allocator, add timeout for building the dependency graph 2024-06-25 09:15:35 +02:00
Vincent Ehrmanntraut
a490c391be Fix multithreaded MATMULSM, direct_mul. Should also now work with Python 3.8 2024-06-24 11:42:18 +02:00
Marcel Keller
adef788433 Fix bug in hexadecimal output. 2024-06-18 19:02:09 +10:00
Vincent Ehrmanntraut
4d7b8a09da Make MATMULSM mergeable 2024-06-11 09:05:19 +02:00
Marcel Keller
e93190f3b7 Fix bug in map_sum_opt over variable number of loops. 2024-06-04 16:49:33 +10:00
Marcel Keller
a44132e509 Fix bug in approximate inverse square root. 2024-05-27 10:51:05 +10:00
Parker Diamond
10484c08e3 Calculate output shape in accordance to PyTorch docs 2024-05-20 15:50:45 -04:00
Marcel Keller
5ba7e71905 Fix bug in secret-clear fixed-point division. 2024-05-20 11:08:35 +10:00
Marcel Keller
59a4e830cf Additional functionality in binary circuits. 2024-05-02 11:59:58 +10:00
Marcel Keller
f86ce7c0b8 Fix bug with large batch sizes. 2024-04-22 16:17:58 +10:00
Marcel Keller
0468abb5f6 Missing batch normalization functionality. 2024-04-19 13:16:06 +10:00
Marcel Keller
161692225b Fix bug in conditional output with binary computation. 2024-04-18 12:08:01 +10:00
Marcel Keller
74baee3577 Fix bugs in matrix operations in binary computation. 2024-04-09 17:21:05 +10:00