Florian Arrestier

Results 11 issues of Florian Arrestier

In the current version of plost 0.2.5, color attribute of every chart type is not supported. Looking in the code, there seem to be a lack of passing through the...

### 🚀 The feature Two proposed changes to fix the export of the RAFT model with dynamic batch_size and dynamic num_flow_updates. Changes to be done for dynamic batch_size: in CorrBlock._compute_corr_volume:...

Using the legacy workflow for codegeneration, there are duplicates among generated buffers with different names. The first buffers generated with "char *const" are never used anywhere in the code. They...

enhancement

It would be nice to be able to select a group of actor and create a hierarchical actor automatically from that group. The process would be in 3 steps: 1....

enhancement

Would it be possible to add a finalize actor function symetrically to the init one ? This function would be called at the end of the programm and could serve...

enhancement

Parameters expression are evaluated in float and then cast to integer which can result in unconsistent behavior. Example: ParameterA = 3/2 -> 2 ParameterB = 2 * (3/2) -> 3...

The current codegen does not handle correctly the roundbuffer actor in some conditions. In this configuration: in_0: 2 ---->| RB | ----> out: 2 in_1: 2 ---->| Code generation correctly...

bug

Special actors are meant to be optimized, so I think we could remove the possibility to have data port non optimized.

enhancement

When using the SpiderCodegen task, some errors are not handled. Null pointer exception when dependency is not handled for example.

bug

Since the PiSDF semantic does not allow having different data rates on the date port of a hierachical actor and its inner data interfaces, it would be nice to have...

enhancement