cuda::experimental::stf::for_each_batched
-
template<typename ...Deps>
class for_each_batched
Public Functions
-
inline for_each_batched(
- context ctx,
- size_t cnt,
- size_t batch_size,
- ::std::function<::std::tuple<task_dep<Deps>...>(size_t)> df,
)
-
template<typename Fun>
inline void batched_iterations(
- Fun &&fun,
- size_t start,
- size_t end,
)
-
template<typename Fun>
inline void operator->*(Fun &&fun)