rudy
|
923a1b58e1
|
feat(optimizer): plug online parameter estimation
|
2022-04-29 15:11:42 +02:00 |
|
Antoniu Pop
|
51d4d044cb
|
fix(build): refactor DFRuntime build and link in ConcretelangRuntime instead.
|
2022-04-01 20:39:16 +01:00 |
|
Antoniu Pop
|
0b14f4c7c5
|
feat(test): allow selecting loop/dataflow parallelism independently in tests and enable loop parallelism selection by default.
|
2022-04-01 20:39:16 +01:00 |
|
Mayeul@Zama
|
b76839b8c9
|
fix(cmake): fix cmake dependencies
|
2022-03-30 17:20:20 +02:00 |
|
Quentin Bourgerie
|
cc1e74d923
|
cleanup(compiler): Remove JitCompilerEngine
|
2022-03-24 11:00:36 +01:00 |
|
Quentin Bourgerie
|
af4851a72b
|
fix(test): Tmp disable test that seems to fail too often, let's investigate later
|
2022-03-24 11:00:36 +01:00 |
|
Quentin Bourgerie
|
1ffd480d07
|
cleanup(compiler/jit): Removing dead code since the preparation of arguments has been factorized thanks the EncryptedArguments
|
2022-03-24 11:00:36 +01:00 |
|
Quentin Bourgerie
|
0d1f041323
|
refactor(jit): Use PublicArguments instead of JitLambda::Argument to call the lambda (uniform calling to ServerLambda and JitLambda)
|
2022-03-24 11:00:36 +01:00 |
|
Quentin Bourgerie
|
73da7da81c
|
enhance(client/server): Don't decrypt directly from istream use a intermediate container to represent public result
|
2022-03-24 11:00:36 +01:00 |
|
Antoniu Pop
|
c440fc30f8
|
fix: CMake dependencies
define CONCRETELANG_PARALLEL_EXECUTION_ENABLED at toplevel and prevent RuntimeContext copy constructors from passing engines map.
|
2022-03-15 18:14:35 +01:00 |
|
Mayeul@Zama
|
0d7c3570cb
|
style: format tests
|
2022-03-10 14:38:19 +01:00 |
|
Antoniu Pop
|
f2bb077108
|
fix(TestLib): add missing test using a LUT/PBS.
|
2022-02-28 21:00:48 +00:00 |
|
rudy
|
8b71e9d476
|
feat(Clientlib): separate client encryption and server computation
Resolve #200
|
2022-02-24 15:50:18 +01:00 |
|
rudy
|
58e02fd035
|
feat(Testlib): lib for testing libs generated by concretecompiler
Closes #201
|
2022-01-05 09:29:57 +01:00 |
|