| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | Dockerfile.horovod.gpu | 1 FROM nvidia/cuda:11.2.1-cudnn8-devel-ubuntu18.04 4 RUN apt-get update && \ 5 apt-get install --assume-yes \ 6 build-essential \ 7 git \ 12 ca-certificates \ 13 libjpeg-dev \ 14 libpng-dev \ 17 ibverbs-providers \ 19 python3.7-dev \ [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | download-git-cache.sh | 4 set -o xtrace 6 # if we run this script outside of gitlab-ci for testing, ensure 8 CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(mktemp -d)/$CI_PROJECT_NAME} 10 if [[ -e $CI_PROJECT_DIR/.git ]] 12 echo "Repository already present, skip cache download" 16 TMP_DIR=$(mktemp -d) 20 -O "$TMP_DIR/$CI_PROJECT_NAME.tar.gz" \ 21 "https://${S3_HOST}/git-cache/${FDO_UPSTREAM_REPO}/$CI_PROJECT_NAME.tar.gz"; 23 echo "Repository cache not available" 27 set -e [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/tests/ |
| D | build-mkl-horovod.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 20 # Download and build TensorFlow. 21 set -euxo pipefail 22 git clone --branch=master --depth=1 https://github.com/tensorflow/tensorflow.git /tensorflow 25 ln -s $(which ${PYTHON}) /usr/local/bin/python 27 # Build TensorFlow with support for Intel(R) MKL-DNN 29 bazel build -c opt --config=mkl --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" \ 31 bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/pip && \ 32 pip --no-cache-dir install --upgrade /tmp/pip/tensorflow-*.whl && \ 33 rm -rf /tmp/pip && \ [all …]
|
| /external/grpc-grpc/tools/gce/ |
| D | linux_kokoro_performance_worker_init.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 set -ex 22 sudo apt-get update 25 sudo apt-get install -y openjdk-8-jdk 26 sudo apt-get install -y unzip lsof 28 sudo apt-get install -y \ 30 autotools-dev \ 31 build-essential \ 36 gcc-multilib \ 37 git \ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/gce/ |
| D | linux_kokoro_performance_worker_init.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 set -ex 22 sudo apt-get update 25 sudo apt-get install -y openjdk-8-jdk 26 sudo apt-get install -y unzip lsof 28 sudo apt-get install -y \ 30 autotools-dev \ 31 build-essential \ 36 gcc-multilib \ 37 git \ [all …]
|
| /external/mesa3d/ |
| D | .gitlab-ci.yml | 3 # |----------------------|-----------|-------------------------------------------------------------| 5 # | pre-merge pipeline | mesa/mesa | same as above, except its status doesn't affect the MR | 6 # | post-merge pipeline | mesa/mesa | pipeline immediately after merging | 9 # | direct-push pipeline | mesa/mesa | when commits are pushed directly to mesa/mesa, bypassing Mar… 19 # Pre-merge pipelines contain the exact same jobs as merge pipelines. 20 # Post-merge pipelines contain *only* the `pages` job that deploys the new 24 # test jobs (typically "full" variants of pre-merge jobs that only run 1/X 26 # Direct-push pipelines contain the same jobs as merge pipelines. 31 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" 34 …- if: &is-merge-attempt $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "merge_request… [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ |
| D | devel-gpu-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.1.0.77-1 34 ARG LIBNVINFER=7.2.2-1 38 SHELL ["/bin/bash", "-c"] 40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8… 41 apt-get update && apt-get install -y --no-install-recommends \ 42 build-essential \ 43 clang-format \ 44 cuda-command-line-tools-${CUDA/./-} \ [all …]
|
| D | devel-gpu.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.1.0.77-1 34 ARG LIBNVINFER=7.2.2-1 38 SHELL ["/bin/bash", "-c"] 40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8… 41 apt-get update && apt-get install -y --no-install-recommends \ 42 build-essential \ 43 clang-format \ 44 cuda-command-line-tools-${CUDA/./-} \ [all …]
|
| D | devel-cpu-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 27 RUN apt-get update && apt-get install -y --no-install-recommends \ 28 build-essential \ 29 clang-format \ 31 git \ 32 libcurl3-dev \ 33 libfreetype6-dev \ 34 libhdf5-serial-dev \ 35 libzmq3-dev \ 36 pkg-config \ [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/ |
| D | devel-gpu-ppc64le-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.1.0.77-1 34 ARG LIBNVINFER=7.2.2-1 38 SHELL ["/bin/bash", "-c"] 40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8… 41 apt-get update && apt-get install -y --no-install-recommends \ 42 build-essential \ 43 clang-format \ 44 cuda-command-line-tools-${CUDA/./-} \ [all …]
|
| D | devel-gpu-ppc64le.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.1.0.77-1 34 ARG LIBNVINFER=7.2.2-1 38 SHELL ["/bin/bash", "-c"] 40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8… 41 apt-get update && apt-get install -y --no-install-recommends \ 42 build-essential \ 43 clang-format \ 44 cuda-command-line-tools-${CUDA/./-} \ [all …]
|
| D | devel-cpu-ppc64le-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 27 RUN apt-get update && apt-get install -y --no-install-recommends \ 28 build-essential \ 29 clang-format \ 31 git \ 32 libcurl3-dev \ 33 libfreetype6-dev \ 34 libhdf5-serial-dev \ 35 libzmq3-dev \ 36 pkg-config \ [all …]
|
| /external/golang-protobuf/internal/benchmarks/ |
| D | download_benchdata.bash | 3 # Use of this source code is governed by a BSD-style 6 cd "$(git rev-parse --show-toplevel)" 7 mkdir -p .cache/benchdata 8 cd .cache/benchdata 10 # Download small benchmark datasets. 12 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/… 13 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/… 14 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/… 16 # Download large benchmark datasets. 17 curl -s https://storage.googleapis.com/protobuf_opensource_benchmark_data/datasets.tar.gz | tar zx
|
| /external/angle/third_party/spirv-tools/src/.github/workflows/ |
| D | bazel.yml | 8 - 'main' 13 timeout-minutes: 120 16 os: [ubuntu-latest, macos-latest, windows-2019] 18 runs-on: ${{matrix.os}} 21 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 23 fetch-depth: '0' 24 - name: Download dependencies 25 run: python3 utils/git-sync-deps 26 - name: Mount Bazel cache 27 uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/.github/workflows/ |
| D | bazel.yml | 8 - 'main' 13 timeout-minutes: 120 16 os: [ubuntu-latest, macos-latest, windows-2019] 18 runs-on: ${{matrix.os}} 21 - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 23 fetch-depth: '0' 24 - name: Download dependencies 25 run: python3 utils/git-sync-deps 26 - name: Mount Bazel cache 27 uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 [all …]
|
| /external/deqp-deps/SPIRV-Tools/.github/workflows/ |
| D | bazel.yml | 8 - 'main' 13 timeout-minutes: 120 16 os: [ubuntu-latest, macos-latest, windows-2019] 18 runs-on: ${{matrix.os}} 21 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 23 fetch-depth: '0' 24 - name: Download dependencies 25 run: python3 utils/git-sync-deps 26 - name: Mount Bazel cache 27 uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 [all …]
|
| /external/threetenbp/.github/workflows/ |
| D | tzdbupdate.yml | 6 - 'tzdb*' 8 - cron: '50 1 * * *' 16 contents: write # for peter-evans/create-pull-request to create branch 17 pull-requests: write # for peter-evans/create-pull-request to create a PR 18 runs-on: ubuntu-latest 21 - name: Checkout 26 - name: Set up JDK 27 uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #v3.4.1 29 java-version: 8 31 cache: 'maven' [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/src/splicing/ |
| D | crate_index_lookup.rs | 7 Git(crates_index::GitIndex), enumerator 12 pub(crate) fn get_source_info(&self, pkg: &cargo_lock::Package) -> Result<Option<SourceInfo>> { in get_source_info() 17 // The crates we care about should all be in the cache already, in get_source_info() 22 .with_context(|| format!("Failed to get crate from cache for {pkg:?}"))?, in get_source_info() 24 Self::Git(index) => index.crate_(pkg.name.as_str()), in get_source_info() 46 fn index_config(&self) -> Result<IndexConfig, crates_index::Error> { in index_config() 48 Self::Git(index) => index.index_config(), in index_config() 90 "https://crates.io/api/v1/crates/lazy_static/1.4.0/download" in sparse_index() 116 "https://some-mirror.com/api/v1/crates/lazy_static/1.4.0/download" in sparse_index() 131 fn set<K: Into<OsString>, V: Into<OsString>>(key: K, value: V) -> EnvVarResetter { in set()
|
| /external/skia/infra/bots/recipe_modules/checkout/ |
| D | api.py | 2 # Use of this source code is governed by a BSD-style license that can be 21 """Fail if git is not obtained from CIPD.""" 24 self.m.step, 'Assert that Git is from CIPD', cmd=['python3', script]) 26 def git(self, checkout_root): member in CheckoutApi 27 """Run the steps to perform a pure-git checkout without DEPS.""" 30 self.m.git.checkout( 34 self.m.git('fetch', 'origin', self.m.properties['patch_ref']) 35 self.m.git('checkout', 'FETCH_HEAD') 36 self.m.git('rebase', self.m.properties['revision']) 45 gclient_cache: Optional, directory of the gclient cache. [all …]
|
| /external/google-cloud-java/java-aiplatform/ |
| D | format.sh | 2 mkdir -p .cache 3 cd .cache 4 if [ ! -f google-java-format-1.7-all-deps.jar ] 6 …curl -LJO "https://github.com/google/google-java-format/releases/download/google-java-format-1.7/g… 7 chmod 755 google-java-format-1.7-all-deps.jar 11 changed_java_files=$(git diff --cached --name-only --diff-filter=ACMR | grep ".*java$" ) 13 java -jar .cache/google-java-format-1.7-all-deps.jar --replace $changed_java_files
|
| /external/cronet/third_party/protobuf/src/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 6 https://developers.google.com/protocol-buffers/ 8 C++ Installation - Unix 9 ----------------------- 22 sudo apt-get install autoconf automake libtool curl make g++ unzip 27 To get the source, download one of the release .tar.gz or .zip packages in the 32 For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if 33 you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package 35 download `protobuf-all-[VERSION].tar.gz`. 37 You can also get the source by "git clone" our git repository. Make sure you [all …]
|
| /external/protobuf/src/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 6 https://developers.google.com/protocol-buffers/ 8 C++ Installation - Unix 9 ----------------------- 22 sudo apt-get install autoconf automake libtool curl make g++ unzip 27 To get the source, download one of the release .tar.gz or .zip packages in the 32 For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if 33 you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package 35 download `protobuf-all-[VERSION].tar.gz`. 37 You can also get the source by "git clone" our git repository. Make sure you [all …]
|
| /external/google-benchmark/cmake/ |
| D | GoogleTest.cmake.in | 3 project(googletest-download NONE) 9 set(GOOGLETEST_PATH "/usr/src/googletest" CACHE PATH 12 # Download and install GoogleTest 24 DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/download" 40 GIT_REPOSITORY https://github.com/google/googletest.git 41 GIT_TAG "release-1.11.0" 44 DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/download" 56 file(WRITE googletest-paths.cmake
|
| /external/cronet/third_party/google_benchmark/src/cmake/ |
| D | GoogleTest.cmake.in | 3 project(googletest-download NONE) 9 set(GOOGLETEST_PATH "/usr/src/googletest" CACHE PATH 12 # Download and install GoogleTest 24 DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/download" 40 GIT_REPOSITORY https://github.com/google/googletest.git 41 GIT_TAG "release-1.11.0" 44 DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/download" 56 file(WRITE googletest-paths.cmake
|
| /external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/arm64v8/ |
| D | devel-cpu-arm64v8-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 27 RUN apt-get update && apt-get install -y --no-install-recommends \ 28 build-essential \ 29 clang-format \ 31 git \ 32 libcurl3-dev \ 33 libfreetype6-dev \ 34 libhdf5-serial-dev \ 35 libzmq3-dev \ 36 pkg-config \ [all …]
|