| /external/clang/test/OpenMP/ |
| D | parallel_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | target_parallel_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | parallel_sections_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | sections_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | target_parallel_for_simd_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | target_parallel_for_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | parallel_for_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | parallel_for_simd_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | for_simd_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | distribute_parallel_for_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | distribute_parallel_for_simd_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 37 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | for_reduction_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 150 -o - %s 2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 -ferror-limit 150 -o - %s 3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ferror-limit 150 -o - %s 12 struct S1; // expected-note {{declared here}} expected-note 4 {{forward declaration of 'S1'}} 16 …S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private … in operator +() 21 static float S2s; // expected-note 2 {{static data member is predetermined as shared}} 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} 25 S2 b; // expected-note 3 {{'b' defined here}} 26 const S2 ba[5]; // expected-note 2 {{'ba' defined here}} 36 S3 c; // expected-note 3 {{'c' defined here}} [all …]
|
| D | parallel_sections_ast_print.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s 2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s 3 // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCh… 4 // expected-no-diagnostics 20 // CHECK-NEXT: #pragma omp threadprivate(S<int>::TS) 21 // CHECK-NEXT: } 24 // CHECK-NEXT: #pragma omp threadprivate(S<long>::TS) 25 // CHECK-NEXT: } 28 // CHECK-NEXT: #pragma omp threadprivate(S::TS) 36 #pragma omp parallel sections in tmain() [all …]
|
| D | target_parallel_ast_print.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s 2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s 3 // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCh… 4 // expected-no-diagnostics 20 // CHECK-NEXT: #pragma omp threadprivate(S<int>::TS) 21 // CHECK-NEXT: } 24 // CHECK-NEXT: #pragma omp threadprivate(S<char>::TS) 25 // CHECK-NEXT: } 28 // CHECK-NEXT: #pragma omp threadprivate(S::TS) 38 #pragma omp target parallel in tmain() [all …]
|
| D | parallel_ast_print.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s 2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s 3 // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCh… 4 // expected-no-diagnostics 31 #pragma omp parallel private(a) private(this->a) private(T::a) in S7() 33 ++this->a.a; in S7() 34 #pragma omp parallel firstprivate(a) firstprivate(this->a) firstprivate(T::a) in S7() 36 ++this->a.a; in S7() 37 #pragma omp parallel shared(a) shared(this->a) shared(T::a) in S7() 39 ++this->a.a; in S7() [all …]
|
| D | target_parallel_for_ast_print.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s 2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s 3 // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCh… 4 // expected-no-diagnostics 26 #pragma omp target parallel for private(a) private(this->a) private(T::a) in S7() 28 ++this->a.a; in S7() 31 #pragma omp target parallel for private(a) private(this->a) in operator =() 38 // CHECK: #pragma omp target parallel for private(this->a) private(this->a) private(this->S::a) 39 // CHECK: #pragma omp target parallel for private(this->a) private(this->a) private(T::a) 40 // CHECK: #pragma omp target parallel for private(this->a) private(this->a) [all …]
|
| D | target_parallel_for_simd_ast_print.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s 2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s 3 // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCh… 4 // expected-no-diagnostics 26 #pragma omp target parallel for simd private(a) private(this->a) private(T::a) in S7() 28 ++this->a.a; in S7() 31 #pragma omp target parallel for simd private(a) private(this->a) in operator =() 38 // CHECK: #pragma omp target parallel for simd private(this->a) private(this->a) private(this->S::a) 39 // CHECK: #pragma omp target parallel for simd private(this->a) private(this->a) private(T::a) 40 // CHECK: #pragma omp target parallel for simd private(this->a) private(this->a) [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | parallel-max.md | 1 --- 3 SPDX-License-Identifier: curl 4 Long: parallel-max 6 Help: Maximum concurrency for parallel transfers 10 See-also: 11 - parallel 13 - --parallel-max 100 -Z $URL ftp://example.com/ 14 --- 16 # `--parallel-max` 18 When asked to do parallel transfers, using --parallel, this option controls [all …]
|
| D | parallel-immediate.md | 1 --- 3 SPDX-License-Identifier: curl 4 Long: parallel-immediate 5 Help: Do not wait for multiplexing (with --parallel) 10 See-also: 11 - parallel 12 - parallel-max 14 - --parallel-immediate -Z $URL -o file1 $URL -o file2 15 --- 17 # `--parallel-immediate` [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | parallel_task_assignment.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 41 const int64_t instruction_cost = shape_size_(instruction->shape()); in GetParallelTaskCount() 43 // Return target parallel task count in [1, max_parallelism_]. in GetParallelTaskCount() 46 std::max(int64_t{1}, instruction_cost / min_cost_per_thread)); in GetParallelTaskCount() 65 // Parameters for parallel task count computation. in GetParallelTaskCount() 69 // Calculate flops-to-bytes-ratio for 'instruction'. in GetParallelTaskCount() 71 std::max(int64_t{1}, cost_analysis_->bytes_accessed(*instruction)); in GetParallelTaskCount() 73 cost_analysis_->flop_count(*instruction) / in GetParallelTaskCount() 77 // Limit max parallelism for I/O bound instructions by assuming a in GetParallelTaskCount() 78 // sub-linear scaling function (fit based on empirical benchmark results). in GetParallelTaskCount() [all …]
|
| /external/ComputeLibrary/tests/validation/ |
| D | Helpers.cpp | 2 * Copyright (c) 2017-2022 Arm Limited. 4 * SPDX-License-Identifier: MIT 41 #pragma omp parallel for in convert_from_asymmetric() 57 #pragma omp parallel for in convert_from_asymmetric() 73 #pragma omp parallel for in convert_from_asymmetric() 89 #pragma omp parallel for in convert_to_asymmetric() 105 #pragma omp parallel for in convert_to_asymmetric() 121 #pragma omp parallel for in convert_to_asymmetric() 137 #pragma omp parallel for in convert_to_symmetric() 153 #pragma omp parallel for in convert_from_symmetric() [all …]
|
| /external/ComputeLibrary/src/gpu/cl/kernels/ |
| D | ClSoftmaxKernel.h | 2 * Copyright (c) 2017-2021 Arm Limited. 4 * SPDX-License-Identifier: MIT 39 /** Interface for max, shifting, exponentiating and summing the logits */ 42 /**< Grid size (obtained through auto-tuning) */ 44 /**< Vector size in the serial case (obtained through auto-tuning) */ 46 …/**< Vector size in the parallel case (obtained through auto-tuning, enables the best memory acces… 50 /** Info for whether a parallel reduction will be run and the vector size of the execution. */ 59 * @param[in,out] max Max values tensor. Data types supported: same as @p src 64 …st CLCompileContext &compile_context, const ITensorInfo &src, ITensorInfo &max, ITensorInfo &dst, … 71 …static Status validate(const ITensorInfo &src, const ITensorInfo &max, const ITensorInfo &dst, con… [all …]
|
| /external/aws-sdk-java-v2/services/translate/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2017-07-01", 13 "uid":"translate-2017-07-01" 34 …parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel dat… 50 "documentation":"<p>Deletes a parallel data resource in Amazon Translate.</p>" 96 "documentation":"<p>Provides information about a parallel data resource.</p>" 146 …"documentation":"<p>Provides a list of languages (RFC-5646 codes and names) that Amazon Translate … 161 "documentation":"<p>Provides a list of your parallel data resources in Amazon Translate.</p>" 257 …"documentation":"<p>Associates a specific tag with a resource. A tag is a key-value pair that adds… 276 …<a href=\"https://docs.aws.amazon.com/translate/latest/dg/customizing-translations-formality.html\… 296 … codes, see <a href=\"https://docs.aws.amazon.com/translate/latest/dg/what-is-languages.html\">Sup… [all …]
|
| /external/tensorflow/tensorflow/core/kernels/mkl/ |
| D | mkl_requantization_range_per_channel_op.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 43 OP_REQUIRES_OK(ctx, ctx->GetAttr("clip_value_max", &clip_value_max_)); in MklRequantizationRangePerChannelOp() 47 const Tensor& input = ctx->input(kInputTensorIndex); in Compute() 48 const Tensor& input_min = ctx->input(kInputMinIndex); in Compute() 49 const Tensor& input_max = ctx->input(kInputMaxIndex); in Compute() 82 // TODO(intel-tf): Verify performance of not transposing and finding min max in Compute() 90 // Find the ranges of each channel in parallel. in Compute() 95 #pragma omp parallel for in Compute() 97 #pragma omp parallel for reduction(max : out_min_max) in Compute() 100 // TODO(intel-tf): Add eigen parallel_for in Compute() [all …]
|
| /external/rust/crates/rayon/src/iter/plumbing/ |
| D | mod.rs | 1 //! Traits and functions used to implement parallel iteration. These are 2 //! low-level details -- users of parallel iterators should not need to 5 //! [r]: https://github.com/rayon-rs/rayon/blob/master/src/iter/plumbing/README.md 18 /// [r]: https://github.com/rayon-rs/rayon/blob/master/src/iter/plumbing/README.md#producer-callback 19 /// [FnOnce]: https://doc.rust-lang.org/std/ops/trait.FnOnce.html 24 /// [Output]: https://doc.rust-lang.org/std/ops/trait.FnOnce.html#associatedtype.Output 30 fn callback<P>(self, producer: P) -> Self::Output in callback() 52 /// trait. However, [rust-lang/rust#20671][20671] prevents us from 57 /// [r]: https://github.com/rayon-rs/rayon/blob/master/src/iter/plumbing/README.md 58 /// [20671]: https://github.com/rust-lang/rust/issues/20671 [all …]
|