basic css implementation

This commit is contained in:
Edward Chen
2022-07-23 14:55:36 -04:00
parent 0ca9ef2f7b
commit 8959504052
5 changed files with 36 additions and 31 deletions

View File

@@ -31,7 +31,7 @@ if __name__ == "__main__":
cryptonets_tests + \
histogram_tests
tests = histogram_tests
tests = biomatch_tests
# TODO: add support unsigned + int promotion
# unsigned_arithmetic_tests + \

View File

@@ -36,10 +36,7 @@ function mpc_test_bool {
RUST_BACKTRACE=1 measure_time $BIN --parties $parties $cpath mpc --cost-model "hycc" --selection-scheme "b"
}
mpc_test 2 ./examples/C/mpc/benchmarks/histogram/histogram.c
# mpc_test 2 ./examples/C/mpc/playground.c
mpc_test 2 ./examples/C/mpc/playground.c
# # build mpc arithmetic tests
# mpc_test 2 ./examples/C/mpc/unit_tests/arithmetic_tests/2pc_add.c
@@ -131,6 +128,10 @@ mpc_test 2 ./examples/C/mpc/benchmarks/histogram/histogram.c
# mpc_test 2 ./examples/C/mpc/benchmarks/mnist/mnist.c
# mpc_test 2 ./examples/C/mpc/benchmarks/cryptonets/cryptonets.c
# # build OPA benchmarks
# mpc_test 2 ./examples/C/mpc/benchmarks/histogram/histogram.c
# # build hycc benchmarks bool-only
# mpc_test_bool 2 ./examples/C/mpc/benchmarks/biomatch/2pc_biomatch.c