Ask HN: A is faster than B on GPU but vice versa on CPU
https://news.ycombinator.com/item?id=9566640Is there an example that:
on CPU, Instruction A is faster than Instruction B
However,
on GPU, Instruction B is faster than Instruction A
(Instructions are assumed to be math operations)