2 Commits

Author SHA1 Message Date
53e32d12c4 [c10] Use nested namespace in c10/cuda (#116464)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116464
Approved by: https://github.com/Skylion007
2023-12-27 23:14:00 +00:00
8f9e3a2030 Do not use thrust::lower_bound on device (#80746)
Summary: As it is broken, see https://github.com/NVIDIA/thrust/issues/1734
Implementation of `c10::cuda::lower_bound` inspired by the one found in `aten/src/ATen/native/cuda/Bucketization.cu`

Test Plan: CI

Reviewed By: ngimel

Differential Revision: D37558845

Pull Request resolved: https://github.com/pytorch/pytorch/pull/80746
Approved by: https://github.com/ngimel
2022-07-02 03:00:27 +00:00