a5kin / xentica

GPU-accelerated engine for multi-dimensional cellular automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test nonuniform buffers interactions

a5kin opened this issue · comments

Interactions between buffers are only tested for one case: when a single value is uniformly distributed between buffers.
We have to test nonuniform interactions, and fix any bugs we'll meet. Most probably, they are not working as expected.
This issue should result in unittests written, and in other issues opened for every bug we'll find.

We wrote a test for non-uniform buffer interactions. It is working 100%, however in the process we found a couple of minor bugs in assignments: #33, #34, #35.