Adrien Cassagne
Adrien Cassagne
Hi @arvindkrovvidi, We are currently working on that specific point on a private branch, it will be released in one or two months. Until that point you can run your...
Hi @arvindkrovvidi, I will published those new features as soon as possible. I will tell you when I will do that. I don't want to share the actual version of...
Hi @arvindkrovvidi, I just pushed a new version of AFF3CT (https://github.com/aff3ct/aff3ct/commit/ec40f269c4f2d7907bea23407615068206f96247) supporting the pipeline. You can find a short example of code using a pipeline here: https://github.com/aff3ct/my_project_with_aff3ct/tree/development/examples/pipeline. I hope it...
Hi, It looks like you did not update the version of the AFF3CT library in `my_project_with_aff3ct/lib/aff3ct`. You have to update the Git submodule like this : `git submodule update --init...
Ok thank you, I will check that ASAP. I don't know if you've seen the documentation but we've explained that here : https://aff3ct.readthedocs.io/en/latest/user/simulation/parameters/codec/turbo/encoder.html#enc-sub-no-buff. Perhaps with the `--enc-sub-no-buff` option you will...
Could you please send us the full log (command line, AFF3CT full output and also the result of `aff3ct -v`) ?
What is the error?
Hi @adomasbaliuka, Thanks for your detailed post. 1 - OK 2 - It is true that this H matrix produces a segfault, this is a bug... The segfault occurs during...
Hi @BonbenMathiew, The `Decoder_BCH_fast` is not very efficient at this time, so if you are using it with many threads in parallel it does not surprise me that it can...
I suggest you to take a look at this repo : https://github.com/aff3ct/my_project_with_aff3ct. [Some documentation on how to use AFF3CT as a library can be find here.](https://aff3ct.readthedocs.io/en/latest/user/library/examples.html) The AFF3CT simulator does...