|
|
|
|
|
by dragontamer
501 days ago
|
|
This is a GPU focused article. The GPU will almost always execute f and g due to GPU differences vs CPU. You can avoid the f vs g if you can ensure a scalar Boolean / if statement that is consistent across the warp. So it's not 'always' but requires incredibly specific coding patterns to 'force' the optimizer + GPU compiler into making the branch. |
|