mcvine / acc

Accelerated mcvine engine
0 stars 1 forks source link

Have fewer if conditions for straight guide propagation. #45

Open mtbc opened 2 years ago

mtbc commented 2 years ago

Reduces "if" conditions in Python code in an attempt to reduce register consumption or warp divergence.

In practice, I don't see any improvement, but opening this PR in case it forms a useful basis for further work.