Migrate uses of THCReduceApplyUtils to cuda_utils::BlockReduce (#64713)
authorPeter Bell <peterbell10@live.co.uk>
Thu, 9 Sep 2021 05:07:12 +0000 (22:07 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 9 Sep 2021 05:09:01 +0000 (22:09 -0700)
commitd0b207e68bc4e390cbd3dd64c8f116ba0a162d3e
treec8c826715a290dd70828bb09b342bd1b0139ded0
parent15532595209d2daf34d35e10f8d3d3b64966aea2
Migrate uses of THCReduceApplyUtils to cuda_utils::BlockReduce (#64713)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64713

Resubmit of #64442

Test Plan: Imported from OSS

Reviewed By: VitalyFedyunin

Differential Revision: D30825646

Pulled By: ngimel

fbshipit-source-id: 66b06bd0b30b401833e337920681d19d96b11f9d
aten/src/ATen/native/cuda/Embedding.cu
aten/src/ATen/native/cuda/MultinomialKernel.cu
aten/src/ATen/native/cuda/TensorModeKernel.cu
aten/src/ATen/native/cuda/TensorModeKernel.cuh
aten/src/ATen/native/cuda/block_reduce.cuh
aten/src/THC/CMakeLists.txt
aten/src/THC/THCReduceApplyUtils.cu [deleted file]
aten/src/THC/THCReduceApplyUtils.cuh [deleted file]