Searched +full:cxx11 +full:- +full:on (Results 1 – 25 of 539) sorted by relevance
12345678910>>...22
| /external/eigen/ci/ |
| D | test.gitlab-ci.yml | 6 - apt-get update -y 7 - apt-get install -y --no-install-recommends software-properties-common 8 - add-apt-repository -y ppa:ubuntu-toolchain-r/test 9 - apt-get update 10 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER} 11 ${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc 13 - export CXX=${EIGEN_CI_CXX_COMPILER} 14 - export CC=${EIGEN_CI_CC_COMPILER} 15 - cd ${BUILDDIR} && ctest --output-on-failure --no-compress-output 16 --build-no-clean -T test -L ${EIGEN_CI_TEST_LABEL} [all …]
|
| D | README.md | 3 Eigen's CI infrastructure uses two stages: A `build` stage to build the unit-test 4 suite and a `test` stage to run the unit-tests. 11 |------------------------------------------|-----------|----------------|------------|---------| 12 | `build:x86-64:linux:gcc-4.8:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` | 13 | `build:x86-64:linux:gcc-4.8:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` | 14 | `build:x86-64:linux:gcc-9:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` | 15 | `build:x86-64:linux:gcc-9:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` | 16 | `build:x86-64:linux:gcc-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` | 17 | `build:x86-64:linux:gcc-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` | 18 | `build:x86-64:linux:clang-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `Off` | [all …]
|
| D | build.gitlab-ci.yml | 5 - apt-get update -y 6 - apt-get install -y --no-install-recommends software-properties-common 7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test 8 - apt-get update 9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER} 10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build 12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR} 13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G 14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11} 16 - cmake --build . --target buildtests [all …]
|
| D | smoketests.gitlab-ci.yml | 5 - apt-get update -y 6 - apt-get install -y --no-install-recommends software-properties-common 7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test 8 - apt-get update 9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER} 10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build 12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR} 13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G 14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11} 16 - cmake --build . --target buildsmoketests [all …]
|
| /external/sdv/vsomeip/third_party/boost/algorithm/doc/ |
| D | algorithm.qbk | 8 [copyright 2010-2012 Marshall Clow] 9 [source-mode c++] 21 An implementation of Boyer-Moore searching, for example, might take a developer a week or so to imp… 25 …mentation and test cases. Knuth's _The Art of Computer Programming_ is chock-full of algorithm des… 50 [section:CXX11 C++11 Algorithms] 58 [include ordered-hpp.qbk] 64 [*[^[link header.boost.algorithm.cxx11.partition_copy_hpp partition_copy] ]… 69 [*[^[link header.boost.algorithm.cxx11.copy_if_hpp copy_if] ]… 74 [*[^[link header.boost.algorithm.cxx11.copy_n_hpp copy_n] ]… 79 [*[^[link header.boost.algorithm.cxx11.iota_hpp iota] ]… [all …]
|
| /external/clang/include/clang/Basic/ |
| D | Attr.td | 1 //==--- Attr.td - attribute definitions -----------------------------------===// 8 //===----------------------------------------------------------------------===// 10 // The documentation is organized by category. Attributes can have category- 21 // documentation. Ideally, this category should be used for internal-only 50 // helpful placeholder for the attribute while working on the implementation, 61 // allow attributes on a given Decl or Stmt). 67 // A subset-subject is an AttrSubject constrained to operate only on some subset 81 [{S->getStorageClass() != VarDecl::Register && 82 S->getKind() != Decl::ImplicitParam && 83 S->getKind() != Decl::ParmVar && [all …]
|
| D | DiagnosticParseKinds.td | 1 //==--- DiagnosticParseKinds.td - libparse diagnostics --------------------===// 8 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 16 def w_asm_qualifier_ignored : Warning<"ignored %0 qualifier on asm">, 19 "meaningless 'volatile' on asm outside function">, CatInlineAsm; 25 "Unsupported architecture '%0' for MS-style inline assembly">; 27 "MS-style inline assembly is not available: %0">; 29 "GNU-style inline assembly is disabled">; 38 InGroup<DiagGroup<"empty-translation-unit">>; [all …]
|
| /external/clang/test/Sema/ |
| D | thread-specifier.c | 1 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic %s… 2 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x… 3 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic %s… 4 …RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c… 5 …ang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -D… 6 …lang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -… 17 // expected-warning@-3 {{'__thread' before 'extern'}} 18 // expected-warning@-3 {{'__thread' before 'static'}} 24 // expected-error-re@-2 {{'{{__thread|_Thread_local|thread_local}}' is only allowed on variable dec… 26 // FIXME: The 'is only allowed on variable declarations' diagnostic is better here. [all …]
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | numeric_types.h | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 20 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" 21 // Disable clang-format to prevent 'FixedPoint' header from being included 22 // before 'Tensor' header on which it depends. 23 // clang-format off 24 #include "third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint" 25 // clang-format on
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | eigen_spatial_convolutions.h | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 25 // including the unsupported/Eigen/CXX11/Tensor header in order to reduce the 34 if (this->m_lhs_inner_dim_contiguous && this->m_rhs_inner_dim_contiguous && \ 35 !this->m_rhs_inner_dim_reordered) { \ 42 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" 43 #include "tensorflow/core/kernels/eigen_spatial_convolutions-inl.h"
|
| /external/eigen/unsupported/Eigen/CXX11/ |
| D | ThreadPool | 20 * - a simple reference implementation 21 * - a faster non blocking implementation 26 * #include <Eigen/CXX11/ThreadPool> 31 // The code depends on CXX11, so only include the module if the 48 // There are non-parenthesized calls to "max" in the <unordered_map> header,
|
| /external/pigweed/pw_toolchain/ |
| D | traits.gni | 7 # https://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 20 CXX11 = 201103 48 pw_toolchain_CXX_STANDARD == pw_toolchain_STANDARD.CXX11 ||
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | eigen_mkldnn_contraction_kernel_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 16 // Need to #include Eigen's Tensor class first because Eigen/CXX11/FixedPoint 17 // depends on the file but doesn't include it. This breaks compilation on 19 // clang-format off 20 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" 21 // clang-format on 22 #include "third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint" 68 slice_start[i] = numext::mini(dims[i] - 1, slice_start[i]); in TEST() 69 slice_size[i] = numext::mini(slice_size[i], dims[i] - slice_start[i]); in TEST() [all …]
|
| D | eigen_pooling.h | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 19 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" 26 * \brief Applies a max-pooling over a multichannel input image. 29 * width, others in col-major, and the reverse of that in row-major). 33 * others (in col-major, and the reverse of that if the input was row-major). 64 patchRows + (patchRows - 1) * (in_strideRows - 1); 66 patchCols + (patchCols - 1) * (in_strideCols - 1); 73 // (assuming col-major): 74 // - 1st dim: channels [all …]
|
| /external/eigen/unsupported/test/ |
| D | cxx11_non_blocking_thread_pool.cpp | 13 #include "Eigen/CXX11/ThreadPool" 14 #include "Eigen/CXX11/Tensor" 28 // Test we never-ever fail to match available tasks with idle threads. in test_parallelism() 32 VERIFY_IS_EQUAL(tp.CurrentThreadId(), -1); in test_parallelism() 42 VERIFY_LE(thread_id, kThreads - 1); in test_parallelism() 142 VERIFY_LE(thread_id, kThreads - 1); in test_pool_partitions() 151 // Schedule each closure to only run on thread 'i' and verify that it does. in test_pool_partitions()
|
| /external/tensorflow/tensorflow/compiler/aot/ |
| D | benchmark_main.template | 17 // clang-format off 19 // clang-format on 22 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" 24 // Macros that expand to tokens based on the entry point name. 25 // clang-format off 27 // clang-format on
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | threadpool_interface.h | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 19 #include "third_party/eigen3/unsupported/Eigen/CXX11/ThreadPool"
|
| /external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
| D | gpu_op_conj.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 18 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
|
| D | gpu_op_zeta.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 15 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
|
| D | gpu_op_polygamma.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 16 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
|
| D | gpu_op_rint.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 16 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" 21 // This kernel is JIT-compiled.
|
| D | gpu_op_truncate_div.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 16 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" 21 // These kernels are JIT-compiled.
|
| D | cpu_op_ceil.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 16 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
|
| D | gpu_op_exp.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 16 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
|
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
| D | gpu_launch_dim.h | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 15 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" 21 // TODO(rspringer): Temporary redirection until all users - including gcudacc -
|
12345678910>>...22