mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Optimized matrix multiplication in Hemi.
This commit is contained in:
@@ -16,3 +16,6 @@ from Compiler.types import sint
|
||||
print_ln('%s', (sint(0) < sint(1)).reveal())
|
||||
|
||||
prog.finalize()
|
||||
|
||||
import subprocess
|
||||
subprocess.run(['./emulate.x', 'direct_compilation'])
|
||||
|
||||
@@ -6,9 +6,9 @@ port=$[RANDOM+1024]
|
||||
|
||||
for i in 0 1; do
|
||||
IFS=""
|
||||
log="yao-$*-$i"
|
||||
log="$*-$[1-i]"
|
||||
IFS=" "
|
||||
$prefix ./yao-party.x -p $i -pn $port $* 2>&1 | tee -a logs/$log & true
|
||||
$prefix ./yao-party.x -p $i -pn $port $* 2>&1 | tee logs/$log & true
|
||||
done
|
||||
|
||||
wait || exit 1
|
||||
|
||||
Reference in New Issue
Block a user