value_size Class — pytorch Architecture
Architecture documentation for the value_size class in cub.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cuda/cub.h lines 35–39
template<typename key_t, int value_size>
void radix_sort_pairs_impl(
const key_t *keys_in, key_t *keys_out,
const OpaqueType<value_size> *values_in, OpaqueType<value_size> *values_out,
int64_t n, bool descending, int64_t begin_bit, int64_t end_bit);
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free