Searched +full:cpu +full:- +full:cxx11 +full:- +full:abi (Results 1 – 21 of 21) sorted by relevance
5 name: linux-binary-libtorch-cxx11-abi12 - nightly15 # Release candidate tags look like: v1.11.0-rc116 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+17 - 'ciflow/binaries/*'18 - 'ciflow/binaries_libtorch/*'23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"25 AWS_DEFAULT_REGION: us-east-127 BUILD_ENVIRONMENT: linux-binary-libtorch-cxx11-abi36 …up: linux-binary-libtorch-cxx11-abi-${{ github.event.pull_request.number || github.ref_name }}-${{…[all …]
5 name: linux-binary-libtorch-cxx11-abi11 - main13 - 'ciflow/trunk/*'18 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"20 AWS_DEFAULT_REGION: us-east-122 BUILD_ENVIRONMENT: linux-binary-libtorch-cxx11-abi31 …up: linux-binary-libtorch-cxx11-abi-${{ github.event.pull_request.number || github.ref_name }}-${{…32 cancel-in-progress: true35 libtorch-cpu-shared-with-deps-cxx11-abi-build:37 uses: ./.github/workflows/_binary-build-linux.yml[all …]
5 name: linux-binary-manywheel12 - nightly15 # Release candidate tags look like: v1.11.0-rc116 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+17 - 'ciflow/binaries/*'18 - 'ciflow/binaries_wheel/*'23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"25 AWS_DEFAULT_REGION: us-east-127 BUILD_ENVIRONMENT: linux-binary-manywheel36 …group: linux-binary-manywheel-${{ github.event.pull_request.number || github.ref_name }}-${{ githu…[all …]
5 name: macos-arm64-binary-libtorch-cxx11-abi12 - nightly15 # Release candidate tags look like: v1.11.0-rc116 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+17 - 'ciflow/binaries/*'18 - 'ciflow/binaries_libtorch/*'23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"25 AWS_DEFAULT_REGION: us-east-126 BUILD_ENVIRONMENT: macos-arm64-binary-libtorch-cxx11-abi31 … macos-arm64-binary-libtorch-cxx11-abi-${{ github.event.pull_request.number || github.ref_name }}-…[all …]
5 name: linux-aarch64-binary-manywheel12 - nightly15 # Release candidate tags look like: v1.11.0-rc116 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+17 - 'ciflow/binaries/*'18 - 'ciflow/binaries_wheel/*'25 AWS_DEFAULT_REGION: us-east-127 BUILD_ENVIRONMENT: linux-aarch64-binary-manywheel36 …up: linux-aarch64-binary-manywheel-${{ github.event.pull_request.number || github.ref_name }}-${{ …37 cancel-in-progress: true[all …]
7 - main8 - release/*11 # Release candidate tags look like: v1.11.0-rc112 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+14 - '.ci/docker/manywheel/*'15 - '.ci/docker/manywheel/build_scripts/*'16 - '.ci/docker/common/*'17 - .github/workflows/build-manywheel-images.yml20 - '.ci/docker/manywheel/*'21 - '.ci/docker/manywheel/build_scripts/*'[all …]
8 * CPU28 CPU_CXX11_ABI_ARCH = ["cpu-cxx11-abi"]31 CPU_AARCH64_ARCH = ["cpu-aarch64"]34 CPU_S390X_ARCH = ["cpu-s390x"]37 CUDA_AARCH64_ARCH = ["cuda-aarch64"]42 …"nvidia-cuda-nvrtc-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | " …43 …"nvidia-cuda-runtime-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | "44 … "nvidia-cuda-cupti-cu11==11.8.87; platform_system == 'Linux' and platform_machine == 'x86_64' | "45 … "nvidia-cudnn-cu11==9.1.0.70; platform_system == 'Linux' and platform_machine == 'x86_64' | "46 … "nvidia-cublas-cu11==11.11.3.6; platform_system == 'Linux' and platform_machine == 'x86_64' | "[all …]
25 "pull / mock-platform-1": [30 "mock-platform-1",33 "trunk / mock-platform-2 / build": [38 "mock-platform-2",41 "periodic / mock-platform-3 / test": [46 "mock-platform-3",49 "pull / mock-platform-4 / build-and-test": [54 "mock-platform-4",55 "build-and-test",57 "trunk / mock-platform-5 / test (backward_compat)": [[all …]
... xla hash.", 13 "headRefName": "update-xla-commit-hash/5573005593-54-1", ...
4 set -eou pipefail6 TOPDIR=$(git rev-parse --show-toplevel)11 if [ -z "${image}" ]; then18 DOCKER_REGISTRY="${DOCKER_REGISTRY:-docker.io}"20 GPU_ARCH_TYPE=${GPU_ARCH_TYPE:-cpu}21 GPU_ARCH_VERSION=${GPU_ARCH_VERSION:-}22 MANY_LINUX_VERSION=${MANY_LINUX_VERSION:-}23 DOCKERFILE_SUFFIX=${DOCKERFILE_SUFFIX:-}24 WITH_PUSH=${WITH_PUSH:-}27 cpu)[all …]
7 distribution on `our website <https://pytorch.org/get-started/locally/>`_. Below12 ---------------17 .. code-block:: sh19 wget https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip20 unzip libtorch-shared-with-deps-latest.zip22 Note that the above link has CPU-only libtorch. If you would like to download a GPU-enabled34 .. code-block:: cmake37 project(example-app)42 add_executable(example-app example-app.cpp)43 target_link_libraries(example-app "${TORCH_LIBRARIES}")[all …]
14 string(REPLACE "-gencode;" "-gencode=" NVCC_GENCODE "${NVCC_GENCODE}")16 string(REPLACE ";-gencode" " -gencode" NVCC_GENCODE "${NVCC_GENCODE}")23 # Assume 2 hardware threads per cpu core34 set(MAKE_COMMAND "$(MAKE)" "-l${MAX_JOBS}")36 # Parallel build with CPU load limit to avoid oversubscription37 set(MAKE_COMMAND "make" "-j${MAX_JOBS}" "-l${MAX_JOBS}")59 execute_process(COMMAND "${CMAKE_OBJCOPY}" "--version" OUTPUT_VARIABLE OBJCOPY_VERSION_STR)60 …string(REGEX REPLACE "GNU objcopy .+ ([0-9])\\.([0-9]+).*" "\\1" OBJCOPY_VERSION_MAJOR ${OBJCOPY_V…61 …string(REGEX REPLACE "GNU objcopy .+ ([0-9])\\.([0-9]+).*" "\\2" OBJCOPY_VERSION_MINOR ${OBJCOPY_V…64 if("$ENV{BUILD_ENVIRONMENT}" MATCHES ".*-libtorch-cxx11-abi$")[all …]
1 //==--- DiagnosticCommonKinds.td - common diagnostics ---------------------===//8 //===----------------------------------------------------------------------===//10 //===----------------------------------------------------------------------===//12 //===----------------------------------------------------------------------===//31 /// note_matching - this is used as a continuation of a previous diagnostic,50 "string literal with user-defined suffix cannot be used here">;52 "character literal with user-defined suffix cannot be used here">;54 "numeric literal with user-defined suffix cannot be used here">;74 "variadic templates are a C++11 extension">, InGroup<CXX11>;99 "%1 %0 is hidden by a non-type declaration of %0 here">;[all …]
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-only67 // A subset-subject is an AttrSubject constrained to operate only on some subset81 [{S->getStorageClass() != VarDecl::Register &&82 S->getKind() != Decl::ImplicitParam &&83 S->getKind() != Decl::ParmVar &&84 S->getKind() != Decl::NonTypeTemplateParm}]>;86 [{S->getKind() != Decl::ParmVar}]>;[all …]
1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ----------------------===//8 //===----------------------------------------------------------------------===//10 //===----------------------------------------------------------------------===//12 //===----------------------------------------------------------------------===//35 "been assigned">, InGroup<DiagGroup<"duplicate-enum">>, DefaultIgnore;78 "%select{case value|enumerator value|non-type template argument|"82 "%select{case value|enumerator value|non-type template argument|"101 "represented in a %1-bit %select{signed|unsigned}2 integer type">;107 InGroup<DiagGroup<"predefined-identifier-outside-function">>;109 "magnitude of floating-point constant too large for type %0; maximum is %1">,[all …]
7 http://www.apache.org/licenses/LICENSE-2.020 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"56 // TODO(ezhulenev): Non-templated `operator()` are required by explicit template304 Eigen::DSizes<IndexType, NDIMS - 2> spatial_dims;312 merged_dims[1] = in.dimension(NDIMS - 2); // input filters [I]313 merged_dims[2] = in.dimension(NDIMS - 1); // output filters [O]333 expanded_dims[NDIMS - 1] = merged_dims[1]; // [I]408 // by the "CPU" compiler, while the413 // pass-by-value) was getting corrupted, leading to regressions in the418 // ++ an ABI incompatibility between the "old" CPU compiler (gcc 5.4 for[all …]
1 // RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -match-full-lines -check-pr…6 // RUN: %clang_cc1 -fblocks -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix BLOCKS %s12 // RUN: %clang_cc1 -x c++ -std=c++1z -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…22 // RUN: %clang_cc1 -x c++ -std=c++1y -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…32 // RUN: %clang_cc1 -x c++ -std=c++11 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…34 // CXX11:#define __GNUG__ {{.*}}35 // CXX11:#define __GXX_EXPERIMENTAL_CXX0X__ 136 // CXX11:#define __GXX_RTTI 137 // CXX11:#define __GXX_WEAK__ 138 // CXX11:#define __cplusplus 201103L[all …]
9 * <THIS SECTION SHOULD CONTAIN API, ABI AND BEHAVIORAL BREAKING CHANGES>78 …xperimental/SharpnessAwareMinimization). This class implements the sharpness-aware minimization te…82 …* Added support for cross-trainer data caching in tf.data service. This saves computation resour…86 …_BASED, then it runs a new algorithm that can get the same performance with lower CPU/memory usage.91 …mptionCheckpointHandler) to handle worker preemption/maintenance and cluster-wise consistent error…95 …ge from 8 to 100 times depending on the size of k. When running on CPU and GPU, a non-optimized XL…117 …inistically (and `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has been …141 …-Review-Doctor, DEKHTIARJonathan, Deven Desai, Djacon, Duncan Riach, fedotoff, fo40225, Frederic B…163 …ers should switch to [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests).165 …r `std::__cxx11` or `[abi:cxx11]` linker errors will need to adopt this compiler option. See [the …[all …]
1 diff --git a/build.rs b/build.rs4 --- a/build.rs6 @@ -1,408 +0,0 @@7 -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT8 -// file at the top-level directory of this distribution and at9 -// http://rust-lang.org/COPYRIGHT.10 -//11 -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or12 -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license13 -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your[all …]