Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 1220) sorted by relevance

12345678910>>...49

/third_party/node/test/
Droot.status8 parallel/test-buffer-constructor-node-modules-paths: SLOW
9 parallel/test-buffer-indexof: SLOW
10 parallel/test-child-process-spawnsync-input: SLOW
11 parallel/test-child-process-windows-hide: SLOW
12 parallel/test-cli-eval: SLOW
13 parallel/test-cli-eval-event: SLOW
14 parallel/test-cli-node-options: SLOW
15 parallel/test-cli-node-options-disallowed: SLOW
16 parallel/test-cli-node-print-help: SLOW
17 parallel/test-cli-syntax: SLOW
[all …]
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_split.cc34 world_group = parallel::HCCL_WORLD_GROUP; in GetWorldGroup()
36 world_group = parallel::NCCL_WORLD_GROUP; in GetWorldGroup()
47 int64_t global_rank = parallel::ParallelContext::GetInstance()->global_rank(); in GetRank()
49 if (!parallel::ParallelContext::GetInstance()->global_rank_is_set()) { in GetRank()
73 auto parallel_mode = parallel::ParallelContext::GetInstance()->parallel_mode(); in PipelineSplit()
74 if (parallel_mode != parallel::SEMI_AUTO_PARALLEL && parallel_mode != parallel::AUTO_PARALLEL) { in PipelineSplit()
78 auto stage_num = parallel::ParallelContext::GetInstance()->pipeline_stage_split_num(); in PipelineSplit()
89 if (!parallel::ParallelContext::GetInstance()->device_num_is_set()) { in PipelineSplit()
96 device_num = parallel::ParallelContext::GetInstance()->device_num(); in PipelineSplit()
106 if (parallel::ParallelInit() != parallel::SUCCESS) { in PipelineSplit()
[all …]
/third_party/boost/boost/graph/parallel/detail/
Dproperty_holders.hpp22 namespace boost { namespace detail { namespace parallel { namespace
70 : public boost::parallel::detail::untracked_pair<T, U>
74 typedef boost::parallel::detail::untracked_pair<T, U> pair_base;
105 struct is_mpi_datatype<boost::detail::parallel::maybe_store_property<no_property> > : mpl::true_ { …
108 struct is_mpi_datatype<boost::detail::parallel::maybe_store_property<Property> >
112 struct is_mpi_datatype<boost::detail::parallel::pair_with_property<T, U, Property> >
113 : boost::mpl::and_<is_mpi_datatype<boost::parallel::detail::untracked_pair<T, U> >,
118 BOOST_IS_BITWISE_SERIALIZABLE(boost::detail::parallel::maybe_store_property<no_property>)
123 struct is_bitwise_serializable<boost::detail::parallel::maybe_store_property<Property> >
127 struct implementation_level<boost::detail::parallel::maybe_store_property<Property> >
[all …]
/third_party/boost/boost/property_map/parallel/
Dparallel_property_maps.hpp52 : public parallel::distributed_property_map
61 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
92 parallel::distributed_property_map<ProcessGroup,GlobalMap,StorageMap>,
95 : public parallel::distributed_property_map
104 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
107 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
119 namespace parallel { namespace
160 : public parallel::distributed_property_map
169 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
199 parallel::distributed_property_map<ProcessGroup,GlobalMap,StorageMap>,
[all …]
Dprocess_group.hpp15 namespace boost { namespace parallel { namespace
88 using boost::parallel::trigger_receive_context;
89 using boost::parallel::trc_early_receive;
90 using boost::parallel::trc_out_of_band;
91 using boost::parallel::trc_irecv_out_of_band;
92 using boost::parallel::trc_in_synchronization;
93 using boost::parallel::trc_none;
94 using boost::parallel::attach_distributed_object;
Dvector_property_map.hpp37 : public parallel::distributed_property_map<
42 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
73 parallel::distributed_property_map<
79 : public parallel::distributed_property_map<
84 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
87 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
/third_party/boost/libs/thread/doc/
Dparallel.qbk9 [section:parallel Parallel - Fork-Join -- EXPERIMENTAL]
20 Up to now, Boost.Thread doesn't implement the parallel algorithms as defined in [@http://www.open-s…
29 parallel code.
31parallel execution policies. Programmers use these as a basis to write additional high-level algor…
41 Consider an example of a parallel traversal of a tree, where a user-provided function compute is ap…
61 The run function spawns a task, a unit of work that is allowed to execute in parallel with respect …
62 Any parallel tasks spawned by `run` within the `task_region` are joined back to a single thread of …
101 using boost::experimental::parallel::task_region;
102 using boost::experimental::parallel::task_region_handle;
139 using boost::experimental::parallel::task_region;
[all …]
/third_party/curl/docs/cmdline-opts/
Dparallel-immediate.d1 Long: parallel-immediate
2 Help: Do not wait for multiplexing (with --parallel)
4 See-also: parallel parallel-max
7 When doing parallel transfers, this option will instruct curl that it should
8 rather prefer opening up more connections in parallel at once rather than
Dparallel-max.d1 Long: parallel-max
3 Help: Maximum concurrency for parallel transfers
5 See-also: parallel
8 When asked to do parallel transfers, using --parallel, this option controls
/third_party/boost/boost/graph/distributed/
Done_bit_color_map.hpp27 : public parallel::distributed_property_map<ProcessGroup, GlobalMap,
32 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
69 class one_bit_color_map<parallel::distributed_property_map<
71 : public parallel::distributed_property_map<
76 typedef parallel::distributed_property_map<ProcessGroup,GlobalMap,local_map>
79 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
96 parallel::distributed_property_map< in get()
106 parallel::distributed_property_map< in put()
Dtwo_bit_color_map.hpp27 : public parallel::distributed_property_map<ProcessGroup, GlobalMap,
32 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
69 class two_bit_color_map<parallel::distributed_property_map<
71 : public parallel::distributed_property_map<
76 typedef parallel::distributed_property_map<ProcessGroup,GlobalMap,local_map>
79 typedef parallel::distributed_property_map<ProcessGroup, GlobalMap,
96 parallel::distributed_property_map< in get()
106 parallel::distributed_property_map< in put()
Dadjacency_list.hpp122 namespace detail { namespace parallel { namespace
785 typedef ::boost::parallel::distributed_property_map<
788 typedef ::boost::parallel::distributed_property_map<
1037 : public detail::parallel::maybe_store_property<EdgeProperty>
1041 typedef detail::parallel::maybe_store_property<edge_property_type>
1111 typedef detail::parallel::global_descriptor<local_vertex_descriptor>
1114 typedef detail::parallel::edge_descriptor<local_edge_descriptor>
1287 detail::parallel::adjacency_list_config<OutEdgeListS, ProcessGroup,
1293 typedef detail::parallel::adjacency_list_config<OutEdgeListS, ProcessGroup,
1396 typedef parallel::trigger_receive_context trigger_receive_context;
[all …]
Dnamed_graph.hpp27 using boost::parallel::trigger_receive_context;
28 using boost::detail::parallel::pair_with_property;
93 boost::parallel::variant_distribution<ProcessGroup,
100 boost::parallel::block, type>::type
291 boost::parallel::detail::untracked_pair<vertex_descriptor, bool>
296 …void handle_add_edge(int source, int tag, const boost::parallel::detail::untracked_pair<U, V>& msg,
300 boost::parallel::detail::untracked_pair<edge_descriptor, bool>
301 …handle_add_edge_with_reply(int source, int tag, const boost::parallel::detail::untracked_pair<U, V…
312 boost::parallel::detail::untracked_pair<edge_descriptor, bool>
484 using boost::parallel::detail::make_untracked_pair; in ~lazy_add_edge()
[all …]
Dpage_rank.hpp96 typedef typename boost::graph::parallel::process_group_type<Graph> in page_rank_impl()
142 synchronize(boost::graph::parallel::process_group(g)); in page_rank_impl()
151 rank_map.set_consistency_model(boost::parallel::cm_flush | boost::parallel::cm_reset); in page_rank_impl()
152 rank_map2.set_consistency_model(boost::parallel::cm_flush | boost::parallel::cm_reset); in page_rank_impl()
175 using boost::graph::parallel::process_group; in page_rank_impl()
/third_party/boost/libs/sort/doc/
Dlinux_parallel.qbk38 OMP parallel sort | 1.1990 | 1564 MB |
42 OMP parallel stable sort | 1.5814 | 1972 MB |
43 TBB parallel stable sort | 1.1745 | 1570 MB |
45 parallel stable sort | 1.7158 | 1176 MB |
58 OMP parallel sort | 1.5738 | 2023 MB |
62 OMP parallel stable sort | 2.3214 | 2024 MB |
63 TBB parallel stable sort | 1.4383 | 1143 MB |
65 parallel stable sort | 2.0970 | 978 MB |
95 …OMP parallel sort | 1.18 1.17| 0.73 0.66| 0.51 0.45| 0.43 0.39| 0.41 0.37| 0.37 0.32| 15…
103parallel stable sort| 1.80 1.90| 1.17 1.07| 0.83 0.75| 0.76 0.71| 0.72 0.70| 0.70 0.69| 11…
Dwindows_parallel.qbk43 PPL parallel sort | 2.4016 | 786 MB |
48 parallel stable sort | 2.4503 | 1175 MB |
63 PPL parallel sort | 4.3241| 887 MB |
68 parallel stable sort | 5.0277| 1041 MB |
98 …PPL parallel sort | 2.50 2.40| 1.34 1.16| 0.85 0.73| 0.70 0.57| 0.72 0.45| 0.54 0.4…
104parallel stable sort | 2.54 2.49| 1.69 1.52| 1.25 1.10| 1.10 1.03| 1.07 1.00| 1.05 0.9…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def27 __OMP_DIRECTIVE(parallel)
50 __OMP_DIRECTIVE_EXT(target_parallel, "target parallel")
51 __OMP_DIRECTIVE_EXT(target_parallel_for, "target parallel for")
53 __OMP_DIRECTIVE_EXT(parallel_for, "parallel for")
54 __OMP_DIRECTIVE_EXT(parallel_for_simd, "parallel for simd")
55 __OMP_DIRECTIVE_EXT(parallel_master, "parallel master")
56 __OMP_DIRECTIVE_EXT(parallel_sections, "parallel sections")
67 __OMP_DIRECTIVE_EXT(distribute_parallel_for, "distribute parallel for")
69 "distribute parallel for simd")
71 __OMP_DIRECTIVE_EXT(target_parallel_for_simd, "target parallel for simd")
[all …]
/third_party/skia/src/core/
DSkStrokerPriv.cpp22 SkVector parallel; in RoundCapper() local
23 SkPointPriv::RotateCW(normal, &parallel); in RoundCapper()
25 SkPoint projectedCenter = pivot + parallel; in RoundCapper()
33 SkVector parallel; in SquareCapper() local
34 SkPointPriv::RotateCW(normal, &parallel); in SquareCapper()
37 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper()
38 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper()
40 path->lineTo(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper()
41 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper()
/third_party/flutter/skia/src/core/
DSkStrokerPriv.cpp22 SkVector parallel; in RoundCapper() local
23 SkPointPriv::RotateCW(normal, &parallel); in RoundCapper()
25 SkPoint projectedCenter = pivot + parallel; in RoundCapper()
33 SkVector parallel; in SquareCapper() local
34 SkPointPriv::RotateCW(normal, &parallel); in SquareCapper()
37 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper()
38 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper()
40 path->lineTo(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper()
41 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY); in SquareCapper()
/third_party/boost/boost/property_map/parallel/detail/
Duntracked_pair.hpp16 namespace boost { namespace parallel { namespace detail { namespace
48 struct is_mpi_datatype<boost::parallel::detail::untracked_pair<T, U> >
59 boost::parallel::detail::untracked_pair<F, S> & p, in serialize()
68 boost::parallel::detail::untracked_pair<T, U> >
72 struct implementation_level<boost::parallel::detail::untracked_pair<T, U> >
76 struct tracking_level<boost::parallel::detail::untracked_pair<T, U> >
/third_party/typescript/
DGulpfile.js12 const { src, dest, task, parallel, series, watch } = require("gulp");
103 const buildShimsAndTools = parallel(buildShims, buildDebugTools);
106 const lkgPreBuild = parallel(generateLibs, series(buildScripts, generateDiagnostics, buildShimsAndT…
118 task("watch-tsc", series(lkgPreBuild, parallel(watchLib, watchDiagnostics, watchTsc)));
122 const localPreBuild = parallel(generateLibs, series(buildScripts, generateDiagnostics, buildShimsAn…
211 task("watch-services", series(preBuild, parallel(watchLib, watchDiagnostics, watchServices)));
230 task("watch-tsserver", series(preBuild, parallel(watchLib, watchDiagnostics, watchServer)));
236 task("min", series(preBuild, parallel(buildTsc, buildServer)));
245 task("watch-min", series(preBuild, parallel(watchLib, watchDiagnostics, watchTsc, watchServer)));
315 task("watch-lssl", series(preBuild, parallel(watchLib, watchDiagnostics, watchLssl)));
[all …]
/third_party/mindspore/tests/ut/python/parallel/
Dconftest.py17 from mindspore.parallel._auto_parallel_context import auto_parallel_context
18 from mindspore.parallel._cost_model_context import reset_cost_model_context
19 from mindspore.parallel._utils import _reset_op_id
20 from mindspore.parallel.algo_parameter_config import reset_algo_parameters
D__init__.py16 from mindspore.parallel._auto_parallel_context import auto_parallel_context
17 from mindspore.parallel._cost_model_context import reset_cost_model_context
18 from mindspore.parallel._utils import _reset_op_id
19 from mindspore.parallel.algo_parameter_config import reset_algo_parameters
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dspecial_op_eliminate.h289 std::string group = attrs[parallel::GROUP]->ToString(); in operator()
290 auto fusion = attrs[parallel::FUSION]; in operator()
291 bool contain_recompute = prim->HasAttr(parallel::RECOMPUTE); in operator()
292 bool recompute = contain_recompute && GetValue<bool>(attrs[parallel::RECOMPUTE]); in operator()
293 parallel::Operator op = parallel::CreateAllGatherOp(group); in operator()
295 parallel::CreateInput(op, inputs[1], parallel::PARALLEL_OPTIMIZER_ALLGATHER_NOT_COMPUTE); in operator()
300 attrs[parallel::FUSION] = fusion; in operator()
302 attrs[parallel::RECOMPUTE] = MakeValue(recompute); in operator()
328 std::string group = attrs[parallel::GROUP]->ToString(); in operator()
329 auto fusion = attrs[parallel::FUSION]; in operator()
[all …]
/third_party/boost/libs/thread/example/
Dfib_task_region.cpp21 using boost::experimental::parallel::task_region; in fib_task_region()
22 using boost::experimental::parallel::task_region_handle; in fib_task_region()
47 using boost::experimental::parallel::task_region; in fib_task_region_gen()
48 using boost::experimental::parallel::task_region_handle_gen; in fib_task_region_gen()

12345678910>>...49