Volker Mische
Volker Mische
In the C++ demo, the parent cache files didn't point to the parent caches that match the production parameters (they depend on the PoRep ID). Note that for 16KiB sectors,...
[Synthetic PoRep](https://github.com/filecoin-project/FIPs/blob/5b8073fddf9d88d9140de15ddc45f4faacc43547/FIPS/fip-0059.md) support is a bigger task. But I thought I start the conversation. ### Deriving challenges Deriving challenges for Synthetic PoRep is different from the current PoRep. You can...
It would be great if the C API (hence Rust) would allow the output directory of C1 to be independent of the input files from PC2 (cache directory). I can...
When looking at the PC2 API, it looks like you cannot run PC2 without building TreeR. It would be great to have an option that only generates the TreeC and...
I propose introducing an early error when there is not enough disk space available to perform PC1. I tried to run PC1/PC2 via `bin/seal` configured with a single 7TiB NVMe...
As the sector size is specified at compile time, it would be great to expose that size over the C API, so that a Rust library could read out, which...
When using proof batch sizes > 10, things will take a lot of memory. There's now a memory optimized code path which is only enabled for SupraSeal as it takes...
As part of my work of moving FFT and Multiexp into the ec-gpu project, I was reviewing the `Worker` code again. The current [`Worker::scoped()`](https://github.com/filecoin-project/bellperson/blob/dcf8a467a05796cf0f7fb9e170b6fc6845b42d9f/src/multicore.rs#L82-L94) code seems to do what the...
This issue is triggered by https://github.com/filecoin-project/bellperson/issues/197. @nikkolasg and I spent a lot of time debugging this and finding out whether there is a deeper root issue or not. It took...
Currently coverage reports are not uploaded to Codecov. We should look into alternatives. LLVM creates nice looking static HTML reports, we should be able to either publish them as build...