"git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "eeabc6f1048932939bb1709ee235d96765f0b6b0"
Replacing custom CUDA block reductions with CUB in sample_farthest_points
Summary: Removing hardcoded block reduction operation from `sample_farthest_points.cu` code, and replace it with `cub::BlockReduce` reducing complexity of the code, and letting established libraries do the thinking for us. Reviewed By: bottler Differential Revision: D38617147 fbshipit-source-id: b230029c55f05cda0aab1648d3105a8d3e92d27b
Showing
Please register or sign in to comment