![]() |
Taskflow
3.2.0-Master-Branch
|
This is the complete list of members for tf::cudaFlowCapturer, including all inherited members.
| clear() | tf::cudaFlowCapturer | inline |
| copy(T *tgt, const T *src, size_t num) | tf::cudaFlowCapturer | |
| copy(cudaTask task, T *tgt, const T *src, size_t num) | tf::cudaFlowCapturer | |
| cudaFlow (defined in tf::cudaFlowCapturer) | tf::cudaFlowCapturer | friend |
| cudaFlowCapturer() | tf::cudaFlowCapturer | inline |
| dump(std::ostream &os) const | tf::cudaFlowCapturer | inline |
| empty() const | tf::cudaFlowCapturer | inline |
| exclusive_scan(I first, I last, O output, C op) | tf::cudaFlowCapturer | |
| exclusive_scan(cudaTask task, I first, I last, O output, C op) | tf::cudaFlowCapturer | |
| Executor (defined in tf::cudaFlowCapturer) | tf::cudaFlowCapturer | friend |
| find_if(I first, I last, unsigned *idx, U op) | tf::cudaFlowCapturer | |
| find_if(cudaTask task, I first, I last, unsigned *idx, U op) | tf::cudaFlowCapturer | |
| for_each(I first, I last, C callable) | tf::cudaFlowCapturer | |
| for_each(cudaTask task, I first, I last, C callable) | tf::cudaFlowCapturer | |
| for_each_index(I first, I last, I step, C callable) | tf::cudaFlowCapturer | |
| for_each_index(cudaTask task, I first, I last, I step, C callable) | tf::cudaFlowCapturer | |
| inclusive_scan(I first, I last, O output, C op) | tf::cudaFlowCapturer | |
| inclusive_scan(cudaTask task, I first, I last, O output, C op) | tf::cudaFlowCapturer | |
| kernel(dim3 g, dim3 b, size_t s, F f, ArgsT &&... args) | tf::cudaFlowCapturer | |
| kernel(cudaTask task, dim3 g, dim3 b, size_t s, F f, ArgsT &&... args) | tf::cudaFlowCapturer | |
| make_optimizer(ArgsT &&... args) | tf::cudaFlowCapturer | |
| max_element(I first, I last, unsigned *idx, O op) | tf::cudaFlowCapturer | |
| max_element(cudaTask task, I first, I last, unsigned *idx, O op) | tf::cudaFlowCapturer | |
| memcpy(void *dst, const void *src, size_t count) | tf::cudaFlowCapturer | inline |
| memcpy(cudaTask task, void *dst, const void *src, size_t count) | tf::cudaFlowCapturer | inline |
| memset(void *ptr, int v, size_t n) | tf::cudaFlowCapturer | inline |
| memset(cudaTask task, void *ptr, int value, size_t n) | tf::cudaFlowCapturer | inline |
| merge(A a_first, A a_last, B b_first, B b_last, C c_first, Comp comp) | tf::cudaFlowCapturer | |
| merge(cudaTask task, A a_first, A a_last, B b_first, B b_last, C c_first, Comp comp) | tf::cudaFlowCapturer | |
| merge_by_key(a_keys_it a_keys_first, a_keys_it a_keys_last, a_vals_it a_vals_first, b_keys_it b_keys_first, b_keys_it b_keys_last, b_vals_it b_vals_first, c_keys_it c_keys_first, c_vals_it c_vals_first, C comp) | tf::cudaFlowCapturer | |
| merge_by_key(cudaTask task, a_keys_it a_keys_first, a_keys_it a_keys_last, a_vals_it a_vals_first, b_keys_it b_keys_first, b_keys_it b_keys_last, b_vals_it b_vals_first, c_keys_it c_keys_first, c_vals_it c_vals_first, C comp) | tf::cudaFlowCapturer | |
| min_element(I first, I last, unsigned *idx, O op) | tf::cudaFlowCapturer | |
| min_element(cudaTask task, I first, I last, unsigned *idx, O op) | tf::cudaFlowCapturer | |
| noop() | tf::cudaFlowCapturer | inline |
| noop(cudaTask task) | tf::cudaFlowCapturer | inline |
| num_tasks() const | tf::cudaFlowCapturer | inline |
| offload() | tf::cudaFlowCapturer | inline |
| offload_n(size_t n) | tf::cudaFlowCapturer | inline |
| offload_until(P &&predicate) | tf::cudaFlowCapturer | |
| on(C &&callable) | tf::cudaFlowCapturer | |
| on(cudaTask task, C &&callable) | tf::cudaFlowCapturer | |
| reduce(I first, I last, T *result, C op) | tf::cudaFlowCapturer | |
| reduce(cudaTask task, I first, I last, T *result, C op) | tf::cudaFlowCapturer | |
| single_task(C c) | tf::cudaFlowCapturer | |
| single_task(cudaTask task, C c) | tf::cudaFlowCapturer | |
| sort(I first, I last, C comp) | tf::cudaFlowCapturer | |
| sort(cudaTask task, I first, I last, C comp) | tf::cudaFlowCapturer | |
| sort_by_key(K_it k_first, K_it k_last, V_it v_first, C comp) | tf::cudaFlowCapturer | |
| sort_by_key(cudaTask task, K_it k_first, K_it k_last, V_it v_first, C comp) | tf::cudaFlowCapturer | |
| transform(I first, I last, O output, C op) | tf::cudaFlowCapturer | |
| transform(cudaTask task, I first, I last, O output, C op) | tf::cudaFlowCapturer | |
| transform(I1 first1, I1 last1, I2 first2, O output, C op) | tf::cudaFlowCapturer | |
| transform(cudaTask task, I1 first1, I1 last1, I2 first2, O output, C op) | tf::cudaFlowCapturer | |
| transform_exclusive_scan(I first, I last, O output, B bop, U uop) | tf::cudaFlowCapturer | |
| transform_exclusive_scan(cudaTask task, I first, I last, O output, B bop, U uop) | tf::cudaFlowCapturer | |
| transform_inclusive_scan(I first, I last, O output, B bop, U uop) | tf::cudaFlowCapturer | |
| transform_inclusive_scan(cudaTask task, I first, I last, O output, B bop, U uop) | tf::cudaFlowCapturer | |
| transform_reduce(I first, I last, T *result, C bop, U uop) | tf::cudaFlowCapturer | |
| transform_reduce(cudaTask task, I first, I last, T *result, C bop, U uop) | tf::cudaFlowCapturer | |
| transform_uninitialized_reduce(I first, I last, T *result, C bop, U uop) | tf::cudaFlowCapturer | |
| transform_uninitialized_reduce(cudaTask task, I first, I last, T *result, C bop, U uop) | tf::cudaFlowCapturer | |
| uninitialized_reduce(I first, I last, T *result, C op) | tf::cudaFlowCapturer | |
| uninitialized_reduce(cudaTask task, I first, I last, T *result, C op) | tf::cudaFlowCapturer | |
| ~cudaFlowCapturer() | tf::cudaFlowCapturer | inlinevirtual |