__device__ Class — pytorch Architecture
Architecture documentation for the __device__ class in CUDAAlgorithm.h from the pytorch codebase.
Entity Profile
Source Code
c10/cuda/CUDAAlgorithm.h lines 9–13
template <typename Iter, typename Scalar>
__forceinline__ __device__ Iter
lower_bound(Iter start, Iter end, Scalar value) {
return thrust::lower_bound(thrust::device, start, end, value);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free