| /third_party/node/test/ |
| D | root.status | 8 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/frontend/parallel/ops_info/ |
| D | ops_info_head_files.h | 20 #include "frontend/parallel/ops_info/activation_info.h" 21 #include "frontend/parallel/ops_info/arithmetic_info.h" 22 #include "frontend/parallel/ops_info/batch_parallel_info.h" 23 #include "frontend/parallel/ops_info/bias_add_info.h" 24 #include "frontend/parallel/ops_info/comparison_function_info.h" 25 #include "frontend/parallel/ops_info/dropout_do_mask_info.h" 26 #include "frontend/parallel/ops_info/elementary_function_info.h" 27 #include "frontend/parallel/ops_info/gather_v2_info.h" 28 #include "frontend/parallel/ops_info/get_next_info.h" 29 #include "frontend/parallel/ops_info/l2_normalize_info.h" [all …]
|
| D | range_info.cc | 17 #include "frontend/parallel/ops_info/range_info.h" 28 #include "frontend/parallel/auto_parallel/graph_costmodel.h" 29 #include "frontend/parallel/device_manager.h" 30 #include "frontend/parallel/device_matrix.h" 31 #include "frontend/parallel/tensor_layout/tensor_redistribution.h" 32 #include "frontend/parallel/graph_util/generate_graph.h" 35 namespace parallel { namespace 117 Status RangeInfo::SetCostUnderStrategy(const mindspore::parallel::StrategyPtr &strategy) { in SetCostUnderStrategy() 120 } // namespace parallel
|
| /third_party/node/deps/npm/node_modules/parallel-transform/ |
| D | package.json | 2 "_from": "parallel-transform@^1.1.0", 3 "_id": "parallel-transform@1.1.0", 6 "_location": "/parallel-transform", 11 "raw": "parallel-transform@^1.1.0", 12 "name": "parallel-transform", 13 "escapedName": "parallel-transform", 24 "_resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.1.0.tgz", 26 "_spec": "parallel-transform@^1.1.0", 33 "url": "https://github.com/mafintosh/parallel-transform/issues" 42 …"description": "Transform stream that allows you to run your transforms in parallel without changi… [all …]
|
| /third_party/boost/libs/sort/doc/html/sort/ |
| D | parallel.html | 4 <title>3.- Parallel Algorithms</title> 10 <link rel="next" href="parallel/sample_sort.html" title="3.2.- Sample_Sort"> 23 …../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="parallel/sample_sort.html"… 27 <a name="sort.parallel"></a><a class="link" href="parallel.html" title="3.- Parallel Algorithms">3.… 30 <dt><span class="section"><a href="parallel.html#sort.parallel.block_indirect_sort">3.1- block_indi… 32 <dt><span class="section"><a href="parallel.html#sort.parallel.block_indirect_sort.block_descriptio… 33 <dt><span class="section"><a href="parallel.html#sort.parallel.block_indirect_sort.block_benchmark"… 34 <dt><span class="section"><a href="parallel.html#sort.parallel.block_indirect_sort.block_programmin… 35 <dt><span class="section"><a href="parallel.html#sort.parallel.block_indirect_sort.block_internal">… 37 <dt><span class="section"><a href="parallel.html#sort.parallel.block_indirect_sort.design_process">… [all …]
|
| /third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
| D | pipeline_split.cc | 22 #include "frontend/parallel/context.h" 23 #include "frontend/parallel/pipeline_transformer/pipeline_transformer.h" 24 #include "frontend/parallel/step_parallel.h" 34 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() [all …]
|
| /third_party/boost/libs/thread/doc/ |
| D | parallel.qbk | 9 [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. 31 …parallel 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 … 94 [section:fib Parallel Fibonacci] 101 using boost::experimental::parallel::task_region; 102 using boost::experimental::parallel::task_region_handle; [all …]
|
| /third_party/boost/boost/graph/parallel/detail/ |
| D | property_holders.hpp | 13 #error "Parallel BGL files should not be included unless <boost/graph/use_mpi.hpp> has been include… 20 #include <boost/graph/parallel/detail/untracked_pair.hpp> 22 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; 100 } } } // end namespace boost::parallel::detail 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> >, [all …]
|
| /third_party/boost/doc/html/thread/ |
| D | parallel.html | 5 <title>Parallel - Fork-Join -- EXPERIMENTAL</title> 28 <a name="thread.parallel"></a><a class="link" href="parallel.html" title="Parallel - Fork-Join -- E… 31 <dt><span class="section"><a href="parallel.html#thread.parallel.fork_join">Fork-Join</a></span></d… 32 <dt><span class="section"><a href="parallel.html#thread.parallel.ref">Reference -- EXPERIMENTAL</a>… 36 <a name="thread.parallel.fork_join"></a><a class="link" href="parallel.html#thread.parallel.fork_jo… 39 <dt><span class="section"><a href="parallel.html#thread.parallel.fork_join.introduction">Introducti… 40 <dt><span class="section"><a href="parallel.html#thread.parallel.fork_join.tutorial">Tutorial</a></… 41 <dt><span class="section"><a href="parallel.html#thread.parallel.fork_join.examples">Examples</a></… 42 <dt><span class="section"><a href="parallel.html#thread.parallel.fork_join.rationale">Design Ration… 76 Up to now, Boost.Thread doesn't implement the parallel algorithms as defined [all …]
|
| /third_party/boost/boost/property_map/parallel/ |
| D | parallel_property_maps.hpp | 14 // Parallel property maps moved over from <boost/property_map/property_map.hpp> 15 // as part of refactoring out all parallel code from sequential property map 30 #include <boost/property_map/parallel/distributed_property_map.hpp> 31 #include <boost/property_map/parallel/local_property_map.hpp> 52 : 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, [all …]
|
| D | process_group.hpp | 15 namespace boost { namespace parallel { namespace 85 } } // end namespace boost::parallel 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;
|
| D | vector_property_map.hpp | 16 #include <boost/property_map/parallel/distributed_property_map.hpp> 17 #include <boost/property_map/parallel/local_property_map.hpp> 37 : 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/mindspore/mindspore/parallel/ |
| D | _auto_parallel_context.py | 15 """Context of auto parallel""" 20 from mindspore.parallel._dp_allreduce_fusion import _set_fusion_strategy_by_idx, _set_fusion_strate… 21 from mindspore.parallel._ps_context import _is_role_pserver 64 Set device num for auto parallel. 84 Set global rank for auto parallel. 112 raise RuntimeError("Now GPU don't support pipeline parallel.") 182 Set parallel mode for auto parallel. 185 parallel_mode (str): The parallel mode of auto parallel. 188 ValueError: If parallel mode is not supported. 193 raise ValueError("Parallel mode does not support {}".format(parallel_mode)) [all …]
|
| /third_party/mindspore/mindspore/parallel/nn/ |
| D | op_parallel_config.py | 16 Parallel Config for the Parallel Training 23 from mindspore.parallel._utils import _get_parallel_mode 44 OpParallelConfig for the setting data parallel and model parallel. 47 data_parallel (int): The data parallel way. Default: 1 48 model_parallel (int): The model parallel way. Default: 1 53 >>> from mindspore.parallel.nn import OpParallelConfig 84 PPConfig for the setting data parallel, model parallel 88 micro_batch_num (int): The model parallel way. Default: 1 138 # make sure the following is in auto parallel mode 147 raise ValueError(f"The product of the data parallel {config.data_parallel}, " [all …]
|
| /third_party/boost/libs/sort/doc/html/sort/parallel/ |
| D | linux_parallel.html | 8 <link rel="up" href="../parallel.html" title="3.- Parallel Algorithms"> 23 …../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../parallel.html"><img src=".… 27 <a name="sort.parallel.linux_parallel"></a><a class="link" href="linux_parallel.html" title="3.4- L… 62 <a name="sort.parallel.linux_parallel.h0"></a> 63 …<a name="sort.parallel.linux_parallel.100_000_000_numbers_of_64_bits_r"></a></span><a class="link"… 71 OMP parallel sort | 1.1990 | 1564 MB | 75 OMP parallel stable sort | 1.5814 | 1972 MB | 76 TBB parallel stable sort | 1.1745 | 1570 MB | 78 parallel stable sort | 1.7158 | 1176 MB | 84 <a name="sort.parallel.linux_parallel.h1"></a> [all …]
|
| D | windows_parallel.html | 8 <link rel="up" href="../parallel.html" title="3.- Parallel Algorithms"> 23 …../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../parallel.html"><img src=".… 27 <a name="sort.parallel.windows_parallel"></a><a class="link" href="windows_parallel.html" title="3.… 62 <a name="sort.parallel.windows_parallel.h0"></a> 63 … name="sort.parallel.windows_parallel.100_000_000_numbers_of_64_bits_r"></a></span><a class="link"… 71 PPL parallel sort | 2.4016 | 786 MB | 76 parallel stable sort | 2.4503 | 1175 MB | 82 <a name="sort.parallel.windows_parallel.h1"></a> 83 … name="sort.parallel.windows_parallel.10_000_000_strings_randomly_fill"></a></span><a class="link"… 91 PPL parallel sort | 4.3241| 887 MB | [all …]
|
| /third_party/boost/boost/graph/distributed/ |
| D | one_bit_color_map.hpp | 16 #error "Parallel BGL files should not be included unless <boost/graph/use_mpi.hpp> has been include… 20 #include <boost/property_map/parallel/distributed_property_map.hpp> 21 #include <boost/property_map/parallel/local_property_map.hpp> 27 : 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() [all …]
|
| D | two_bit_color_map.hpp | 16 #error "Parallel BGL files should not be included unless <boost/graph/use_mpi.hpp> has been include… 20 #include <boost/property_map/parallel/distributed_property_map.hpp> 21 #include <boost/property_map/parallel/local_property_map.hpp> 27 : 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() [all …]
|
| /third_party/boost/libs/graph_parallel/doc/ |
| D | overview.rst | 7 An Overview of the Parallel Boost Graph Library 16 The Parallel Boost Graph Library (Parallel BGL) is a C++ library for 17 parallel, distributed computation on graphs. The Parallel BGL contains 35 The Parallel BGL is primarily concerned with *distributed* 44 The Parallel BGL is a generic library. At its core are *generic* 51 Parallel BGL are also generic with respect to the *properties* 56 The genericity available in the algorithms of the Parallel BGL allows 59 Parallel BGL. The Parallel BGL provides distributed graph data 60 structures that meet the requirements of the Parallel BGL 94 Tying together all of the distributed data structures of the Parallel [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
| D | OMPKinds.def | 27 __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/boost/libs/graph_parallel/doc/html/ |
| D | overview.html | 7 <title>An Overview of the Parallel Boost Graph Library</title> 11 <div class="document" id="an-overview-of-the-parallel-boost-graph-library"> 12 <h1 class="title">An Overview of the Parallel Boost Graph Library</h1> 19 <p>The Parallel Boost Graph Library (Parallel BGL) is a C++ library for 20 parallel, distributed computation on graphs. The Parallel BGL contains 32 <p>The Parallel BGL is primarily concerned with <em>distributed</em> 40 <p>The Parallel BGL is a generic library. At its core are <em>generic</em> 47 Parallel BGL are also generic with respect to the <em>properties</em> 51 <p>The genericity available in the algorithms of the Parallel BGL allows 54 Parallel BGL. The Parallel BGL provides distributed graph data [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | parallel-immediate.d | 1 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
|
| /third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
| D | step_parallel.h | 30 #include "frontend/parallel/strategy.h" 31 #include "frontend/parallel/tensor_layout/tensor_redistribution.h" 33 #include "frontend/parallel/ops_info/ops_utils.h" 34 #include "frontend/parallel/auto_parallel/operator_costmodel.h" 35 #include "frontend/parallel/strategy_checkpoint/parallel_strategy_checkpoint.h" 37 using OperatorInfoPtr = std::shared_ptr<mindspore::parallel::OperatorInfo>; 40 namespace parallel { 90 // Generate and init parallel operator 94 // Generate without initing parallel operator 115 // Create parallel operator for primitive node(has strategy) [all …]
|
| D | context.cc | 17 #include "frontend/parallel/context.h" 26 #include "frontend/parallel/device_manager.h" 29 namespace parallel { namespace 111 MS_LOG(INFO) << "Invalid parallel mode:" << parallel_mode; in set_parallel_mode() 194 MS_LOG(INFO) << "Invalid communication parallel mode:" << communi_parallel_mode; in set_communi_parallel_mode() 202 // Clear param_shapes before training in auto-parallel or semi-auto-parallel mode 216 …MS_LOG(INFO) << "In parallel evaluation or prediction, may be need to restore the parameter shape"; in ParallelParameterContextInitShape() 222 … MS_LOG(INFO) << "In parallel grad accumulation second graph, need to restore the parameter shape"; in ParallelParameterContextInitShape() 230 // Restore the parameters' shape for evaluation/prediction in auto-parallel or semi-auto-parallel m… 254 // Clear param_shapes before training in auto-parallel or semi-auto-parallel mode [all …]
|
| /third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/ |
| D | get_parallel_info.cc | 17 #include "frontend/parallel/graph_util/get_parallel_info.h" 24 #include "frontend/parallel/ops_info/operator_info.h" 25 #include "frontend/parallel/graph_util/graph_info.h" 26 #include "frontend/parallel/strategy.h" 27 #include "frontend/parallel/tensor_layout/tensor_layout.h" 30 namespace parallel { namespace 38 auto tensor_layout = para->user_data<parallel::TensorLayout>(); in GetParameterLayout() 83 // In pipeline parallel mode, many parameters are not used and need to be deleted 98 } // namespace parallel
|