Hacker News new | ask | show | jobs
by DavidVoid 15 days ago
I don't think GPUs ever had branch prediction in the first place. You can however run into poor performance due to thread divergence, which is a similar kind of issue (with much less black magic).