Struct MatxUtil__MatxOffsetSegIds
Defined in File matx_util.cu
-
struct MatxUtil__MatxOffsetSegIds
TODO(Documentation)
Public Functions
-
template<typename InputT, std::enable_if_t<!std::is_integral_v<InputT>>* = nullptr>
inline void operator()(void *output_data)
TODO(Documentation)
-
template<typename InputT, std::enable_if_t<std::is_integral_v<InputT>>* = nullptr>
inline void operator()(void *input_data)
TODO(Documentation)
Public Members
- TensorIndex offset
- TensorIndex element_count
- rmm::cuda_stream_view stream
-
template<typename InputT, std::enable_if_t<!std::is_integral_v<InputT>>* = nullptr>