Hacker News new | ask | show | jobs
by Agentlien 1048 days ago
On the other hand sometimes you can improve speed by replacing a variant with a branch. I've done this when I know all the threads in a warp will usually take the same path and removing variants allows me to reduce the number of draw calls.