Files
MP-SPDZ/Compiler
Hidde L 7b72a46fe2 - Add layers like Gelu and LayerNorm explicitly to layers_from_torch so they are more generally usable (beyond BertLayer)
- Fix Dense.__repr__ to include the missing d (sequence length) parameter
- Default LayerNorm and BertLayer to use approximate rsqrt (approx=True) for better MPC performance
- Remove debug prints
- Fix SubMultiArray.__add__ to handle addition with plain arrays (check for sizes/size attributes)
- Fix SubMultiArray.__str__ to use self.address instead of self.array._address to avoid attribute errors
- Add LAYER_COMPARISON flag to bert_inference.mpc to skip the expensive layer-by-layer comparison section (~95% of compile time) by default
2026-02-13 09:00:51 +01:00
..
2022-08-03 11:17:41 -04:00
2025-10-30 09:35:44 +11:00
2022-11-09 11:22:18 +11:00
2025-09-17 16:18:24 +08:00
2025-07-26 21:13:33 +02:00
2025-07-26 21:14:49 +02:00
2024-07-09 12:19:52 +10:00
2022-01-11 16:05:26 +11:00
2021-07-09 13:47:08 +02:00
2022-05-27 14:20:31 +02:00
2018-10-11 17:20:26 +11:00