Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Short-circuiting in C
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Nizumzen, post: 4215977"] Not on a GPU. Branching on a GPU kills everything. Don't do it unless you really, really, really need too. Although this begs the question why he is using C as both OpenCL and CUDA have their own C like languages for handling the code that actually runs on the GPU neither of which follows C's rules exactly as far as I am aware (most likely for this very reason). [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Short-circuiting in C
Top