LightGaussian
LightGaussian copied to clipboard
multithread add operation in kernel 'renderCUDA_count'
Hi guys, I am wondering if the following accumulation in renderCUDA_count kernel shall use atomic operation :
As far as I know, the collected_id[j] in different parallel threads may run into idential value. Thanks.