Zihang Chen
Zihang Chen
I want to know if this bug has been fixed. I found that the results of parallel engine are also different from those of serial engine.
In the fir with 4096 * 32 samples to filter, the parallel simulations may slower 3% than serial simulation. In addition, I print all the events and their scheduled time....
> The problem is still there. > > If parallel simulation is used, the simulation will be underministic for sure. The scope of making the simulation deterministic only applies to...
I can use the serial simulation currently. Thanks for your reply.
Prof.Sun, I think I may fix the bug about larger simulations are not deterministic. Firstly, I record the scheduling and handling order of events and find that the access order...
In your deterministic test script, I find that running fir with single GPU is not able to reproduce the problem, so I run fir with 4 GPUs and reproduce the...
This is parallel engine. This is serial engine. In terms of this bug, I print the information about the event scheduling and handling. In a common situation, the endpoint[0] pops...