Closed bsdinis closed 3 years ago
they are not by default. You can turn circuit garbling and evaluation to run in threads by turn on https://github.com/emp-toolkit/emp-tool/blob/master/cmake/common.cmake#L69. Then you can do explicit parallelization in threads. However, you really need to have a huge bandwidth for this to make sense.
How to compile float.cpp, other cpp files have compiled executable files in the bin folder. Then why does the example file report an error after execution?
Circuit evaluation seems to be a parallelizable task, but some empirical testing seems to show that emp is not doing this.
Is this possible?