pcl icon indicating copy to clipboard operation
pcl copied to clipboard

[custom] I am reading the code about gpu::octree, But I am confusing that the scan_warp funciton in gpu/octree/src/utils/scan_block.hpp

Open cwczyj opened this issue 2 years ago • 0 comments

I am reading the code about gpu::octree, But I am confusing that the scan_warp funciton in gpu/octree/src/utils/scan_block.hpp, Is there need any __syncwarp() function to ensure that the program wouldn't write the ptr[idx] after read ptr[idx] in the branch if ( lane >= 4) or others?

cwczyj avatar Mar 23 '23 08:03 cwczyj