Home
last modified time | relevance | path

Searched refs:offload_n (Results 1 – 12 of 12) sorted by relevance

/dports/devel/taskflow/taskflow-3.2.0/doxygen/examples/
H A Dkmeans_cudaflow.dox224 In this case, we can leverage tf::cudaFlow::offload_until or tf::cudaFlow::offload_n
248 cf.offload_n(M);
262 At the last line of the %cudaFlow closure, we call <tt>cf.offload_n(M)</tt> to ask the executor to
281 …K | M | CPU Sequential | CPU Parallel | GPU (conditional taksing) | GPU (using offload_n) |
293 We can see that using the built-in predicate, tf::cudaFlow::offload_n,
/dports/devel/taskflow/taskflow-3.2.0/taskflow/sycl/
H A Dsycl_flow.hpp372 void offload_n(size_t N);
703 inline void syclFlow::offload_n(size_t n) { in offload_n() function in tf::syclFlow
/dports/devel/taskflow/taskflow-3.2.0/unittests/cuda/
H A Dcuda_updates.cu49 void offload_n() { in offload_n() function
87 cf.offload_n(times+1); in offload_n()
127 offload_n<tf::cudaFlow>();
131 offload_n<tf::cudaFlowCapturer>();
179 cf.offload_n(times); in join()
H A Dcuda_basics.cu103 cf.offload_n(9); in standalone()
1419 cf.offload_n(100); in __anonf99ceec03302()
/dports/devel/taskflow/taskflow-3.2.0/taskflow/cuda/
H A Dcuda_capturer.hpp1026 void offload_n(size_t n);
1235 inline void cudaFlowCapturer::offload_n(size_t n) { in offload_n() function in tf::cudaFlowCapturer
H A Dcuda_flow.hpp367 void offload_n(size_t N);
1647 inline void cudaFlow::offload_n(size_t n) { in offload_n() function in tf::cudaFlow
/dports/devel/taskflow/taskflow-3.2.0/unittests/sycl/
H A Dsycl_basics.cpp72 flow.offload_n(3);
/dports/devel/taskflow/taskflow-3.2.0/examples/cuda/
H A Dcuda_knn.cu409 cf.offload_n(M); in gpu_predicate()
/dports/devel/taskflow/taskflow-3.2.0/doxygen/cookbook/
H A Dgpu_tasking_cudaflow_capturer.dox175 cf.offload_n(10); // offload the cudaFlow capturer and run it 10 times
H A Dgpu_tasking_syclflow.dox224 sf.offload_n(10); // offload the syclFlow and run it 10 times
H A Dgpu_tasking_cudaflow.dox252 cf.offload_n(10); // offload the cudaFlow and run it 10 times
/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/3rd-party/taskflow/taskflow/core/
H A Dexecutor.hpp1421 inline void cudaFlow::offload_n(size_t n) { in offload_n() function in tf::cudaFlow