Opencl atomic function performance -


i understand atomic functions in opencl slow down program significantly. true if there racing when writing operation memory.

i curious if there is_not racing, happen if still use atomic function when updating memory? according understand, give slow down anyway since threads forced executed 1 after one. right this?


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -