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
Post a Comment