| /external/rust/crates/libm/.github/workflows/ |
| D | main.yml | 7 runs-on: ubuntu-latest 11 - aarch64-unknown-linux-gnu 12 - arm-unknown-linux-gnueabi 13 - arm-unknown-linux-gnueabihf 14 - armv7-unknown-linux-gnueabihf 15 # - i686-unknown-linux-gnu 16 - mips-unknown-linux-gnu 17 - mips64-unknown-linux-gnuabi64 18 - mips64el-unknown-linux-gnuabi64 19 - powerpc-unknown-linux-gnu [all …]
|
| /external/rust/crates/ahash/.github/workflows/ |
| D | rust.yml | 7 runs-on: ubuntu-latest 9 - uses: actions/checkout@v2 10 - name: Install latest stable 11 uses: actions-rs/toolchain@v1 15 - name: check nostd 16 uses: actions-rs/cargo@v1 19 args: --no-default-features 20 - name: test nostd 21 uses: actions-rs/cargo@v1 24 args: --no-default-features [all …]
|
| /external/libjpeg-turbo/ |
| D | .travis.yml | 5 - /^[0-9]+\.[0-9]+\.[0-9]+/ 6 - /^jpeg-.*/ 10 - os: linux 14 - docker 15 - os: osx 18 - os: linux 22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer" 23 CMAKE_FLAGS="-DENABLE_SHARED=0" 29 - nasm 30 - os: linux [all …]
|
| /external/rust/crates/bytes/.github/workflows/ |
| D | ci.yml | 6 - master 9 - master 12 RUSTFLAGS: -Dwarnings 14 nightly: nightly-2022-11-12 24 runs-on: ubuntu-latest 26 - uses: actions/checkout@v3 27 - name: Install Rust 29 - name: Check formatting 30 run: cargo fmt --all -- --check 36 # runs-on: ubuntu-latest [all …]
|
| /external/rust/crates/hashlink/.circleci/ |
| D | config.yml | 6 - image: circleci/rust:latest 8 - checkout 9 - run: 12 rustup toolchain uninstall nightly 13 rustup toolchain install nightly -c miri rust-src rustfmt 14 - run: 17 rustc --version 18 cargo --version 19 rustc +nightly --version 20 cargo +nightly --version [all …]
|
| /external/tensorflow/tensorflow/java/ |
| D | README.md | 10 - Refer to [Installing TensorFlow for Java](https://www.tensorflow.org/install/lang_java) 11 - [Javadoc](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/package-summary) 12 - [ 4 - Nightly builds: 5 …- [Linux CPU-only](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package… 6 …- [Linux GPU](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libt… 7 …- [MacOS CPU-only](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package…
|
| /external/rust/beto-rust/nearby/presence/ |
| D | README.md | 8 *Note all new crates follow the convention of using underscore `_` instead of hyphen `-` in crate n… 13 of [`LDT`](https://luca-giuzzi.unibs.it/corsi/Support/papers-cryptography/1619-2007-NIST-Submission… 14 which can use `xts-aes` as its tweakable block cipher. 22 Higher-level wrapper around the core LDT algorithm that does key derivation and 42 of [`XTS-AES`](https://luca-giuzzi.unibs.it/corsi/Support/papers-cryptography/1619-2007-NIST-Submis… 50 brew install protobuf rapidjson google-benchmark 61 brew link --force openssl 64 The in-box version of Clang which comes from XCode developer tools does not have a fuzzer runtime s… 70 $(brew --prefix llvm)/bin 79 clang --version [all …]
|
| /external/tensorflow/ |
| D | README.md | 10 …atus](https://oss-fuzz-build-logs.storage.googleapis.com/badges/tensorflow.svg)](https://bugs.chro… 11 …-fuzz-build-logs.storage.googleapis.com/badges/tensorflow-py.svg)](https://bugs.chromium.org/p/oss… 12 [](https://www.tensorflow.org/… 18 [TensorFlow](https://www.tensorflow.org/) is an end-to-end open source platform 21 [libraries](https://www.tensorflow.org/resources/libraries-extensions), and 23 researchers push the state-of-the-art in ML and developers easily build and 24 deploy ML-powered applications. 33 non-guaranteed backward compatible API for [all …]
|
| /external/rust/crates/num_cpus/.github/workflows/ |
| D | ci.yml | 6 - master 13 ci-pass: 15 runs-on: ubuntu-latest 17 - msrv 18 - test-linux 19 - test-macos 20 - test-windows 21 - build-cross 22 - test-cgroups 24 - run: exit 0 [all …]
|
| /external/rust/crates/byteorder/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 13 # For some builds, we use cross to test on 32-bit and big-endian 16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 18 runs-on: ${{ matrix.os }} 22 - pinned 23 - stable 24 - stable-32 25 - stable-mips 26 - beta [all …]
|
| /external/python/pyasn1/ |
| D | .travis.yml | 5 - os: linux 8 - os: linux 11 - os: linux 14 - os: linux 17 - os: linux 20 - os: linux 23 - os: linux 26 - os: linux 30 - os: linux 32 python: 'nightly' [all …]
|
| /external/rust/crates/aho-corasick/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 13 # For some builds, we use cross to test on 32-bit and big-endian 16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 18 runs-on: ${{ matrix.os }} 22 - pinned 23 - stable 24 - stable-32 25 - stable-mips 26 - beta [all …]
|
| /external/rust/crates/parking_lot/.github/workflows/ |
| D | rust.yml | 6 - trying 7 - staging 16 runs-on: ${{ matrix.os }}-latest 20 channel: [1.49.0, stable, beta, nightly] 23 - feature: deadlock_detection 26 - channel: nightly 27 feature: nightly 29 - channel: nightly 30 feature: hardware-lock-elision 34 - uses: actions/checkout@v2 [all …]
|
| /external/rust/crates/semver/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 27 … rust: [nightly, beta, stable, 1.52.0, 1.46.0, 1.40.0, 1.39.0, 1.36.0, 1.33.0, 1.32.0, 1.31.0] 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 36 if: matrix.rust == 'nightly' [all …]
|
| /external/rust/crates/parking_lot/ |
| D | README.md | 11 [Documentation (type-safe lock API)](https://docs.rs/lock_api/) 16 locking. It also exposes a low-level API for creating your own efficient 19 When tested on x86_64 Linux, `parking_lot::Mutex` was found to be 1.5x 33 OS-specific synchronization primitives. The small size of `Mutex` in 34 particular encourages the use of fine-grained locks to increase 53 This must be enabled with the `hardware-lock-elision` feature. 54 8. `RwLock` uses a task-fair locking policy, which avoids reader and writer 83 based on the Webkit [`WTF::ParkingLot`](https://webkit.org/blog/6161/locking-in-webkit/) 86 inspired by Linux [futexes](https://man7.org/linux/man-pages/man2/futex.2.html), 90 ## Nightly vs stable [all …]
|
| /external/tensorflow/tensorflow/tools/pip_package/ |
| D | setup_partner_builds.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 31 # third-party TensorFlow packages from Google's official partners. 39 # For pip, we will remove all '-' characters from this string, and use the 46 # We use the same setup.py for all tensorflow_* packages and for the nightly 50 if '--project_name' in sys.argv: 51 project_name_idx = sys.argv.index('--project_name') 53 sys.argv.remove('--project_name') 57 # Returns standard if a tensorflow-* package is being built, and nightly if a 58 # tf_nightly-* package is being built. 59 def standard_or_nightly(standard, nightly): argument [all …]
|
| /external/rust/crates/grpcio/.github/workflows/ |
| D | ci.yml | 7 - master 9 - cron: '0 22 * * *' 13 …# Some of the bindgen tests generate "deref-nullptr" warnings, see https://github.com/rust-lang/ru… 14 RUSTFLAGS: "--deny=warnings --allow deref-nullptr" 18 Linux-Format: 19 name: Linux-Format 20 runs-on: ubuntu-latest 22 - uses: actions/checkout@v2 23 - run: sudo apt-get install -y clang-tidy-9 24 … - run: sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-9 100 [all …]
|
| /external/rust/crates/tempfile/src/file/imp/ |
| D | unix.rs | 11 #[cfg(feature = "nightly")] 23 pub fn cvt_err(result: c_int) -> io::Result<c_int> { in cvt_err() 24 if result == -1 { in cvt_err() 33 pub fn cvt_err(result: Result<usize, syscall::Error>) -> io::Result<usize> { in cvt_err() 38 pub fn cstr(path: &Path) -> io::Result<CString> { in cstr() 43 pub fn create_named(path: &Path, open_options: &mut OpenOptions) -> io::Result<File> { in create_named() 54 fn create_unlinked(path: &Path) -> io::Result<File> { in create_unlinked() 71 #[cfg(target_os = "linux")] 72 pub fn create(dir: &Path) -> io::Result<File> { in create() 88 #[cfg(not(target_os = "linux"))] [all …]
|
| /external/rust/crates/smallvec/scripts/ |
| D | run_miri.sh | 3 set -ex 9 # Install and run the latest version of nightly where miri built successfully. 10 # Taken from: https://github.com/rust-lang/miri#running-miri-on-ci 12 MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown… 13 echo "Installing latest nightly with Miri: $MIRI_NIGHTLY" 20 cargo miri test --verbose 21 cargo miri test --verbose --features union 22 cargo miri test --verbose --all-features 24 rustup override set nightly
|
| /external/rust/crates/crc32fast/ |
| D | .travis.yml | 4 - cargo 8 - rust: 1.46.0 # MSRV 9 - rust: stable 10 - rust: beta 11 - rust: nightly 12 - os: osx 14 - env: CROSS_TEST=i686-unknown-linux-gnu 16 - env: CROSS_TEST=aarch64-unknown-linux-gnu 17 - env: CROSS_CHECK=wasm32-unknown-unknown 20 - | [all …]
|
| /external/flatbuffers/tests/ |
| D | RustTest.sh | 2 set -e 10 # http://www.apache.org/licenses/LICENSE-2.0 18 if [[ "$1" == "mips-unknown-linux-gnu" ]]; then 19 TARGET_FLAG="--target mips-unknown-linux-gnu" 20 export CARGO_TARGET_MIPS_UNKNOWN_LINUX_GNU_LINKER=mips-linux-gnu-gcc 21 export CARGO_TARGET_MIPS_UNKNOWN_LINUX_GNU_RUNNER="qemu-mips -L /usr/mips-linux-gnu" 35 cargo run $TARGET_FLAG -- --quiet 39 cargo test $TARGET_FLAG -- --quiet 42 cargo test $TARGET_FLAG --no-default-features --features no_std -- --quiet 45 cargo run $TARGET_FLAG --bin=flatbuffers_alloc_check [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/rel/ubuntu/ |
| D | gpu_libtensorflow.sh | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set -e 27 # Update the version string to nightly 28 if [ -n "${IS_NIGHTLY}" ]; then 29 ./tensorflow/tools/ci_build/update_version.py --nightly 32 ./tensorflow/tools/ci_build/linux/libtensorflow.sh 34 # Copy the nightly version update script 35 if [ -n "${IS_NIGHTLY}" ]; then 40 tar -zcvf ubuntu_gpu_libtensorflow_binaries.tar.gz lib_package 42 …gsutil cp ubuntu_gpu_libtensorflow_binaries.tar.gz gs://libtensorflow-nightly/prod/tensorflow/rele…
|
| /external/tensorflow/tensorflow/tools/ci_build/rel/ubuntu_cuda114/ |
| D | gpu_libtensorflow.sh | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set -e 27 # Update the version string to nightly 28 if [ -n "${IS_NIGHTLY}" ]; then 29 ./tensorflow/tools/ci_build/update_version.py --nightly 32 ./tensorflow/tools/ci_build/linux/libtensorflow.sh 34 # Copy the nightly version update script 35 if [ -n "${IS_NIGHTLY}" ]; then 40 tar -zcvf ubuntu_gpu_libtensorflow_binaries.tar.gz lib_package 42 …gsutil cp ubuntu_gpu_libtensorflow_binaries.tar.gz gs://libtensorflow-nightly/prod/tensorflow/rele…
|
| /external/tensorflow/tensorflow/tools/dockerfiles/partials/ |
| D | tensorflow-ppc64le.partial.Dockerfile | 3 # tensorflow-gpu 4 # tf-nightly 5 # tf-nightly-gpu 7 RUN apt-get update && apt-get install -y curl libhdf5-dev wget 8 RUN python3 -m pip install --no-cache-dir --global-option=build_ext \ 9 --global-option=-I/usr/include/hdf5/serial/ \ 10 --global-option=-L/usr/lib/powerpc64le-linux-gnu/hdf5/serial \ 15 RUN if [ ${TF_PACKAGE} = tensorflow-gpu ]; then \ 17 elif [ ${TF_PACKAGE} = tf-nightly-gpu ]; then \ 21 elif [ ${TF_PACKAGE} = tf-nightly ]; then \ [all …]
|