Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for x86_64 (0.18 sec)

  1. .github/workflows/build.yml

            if: steps.avd-cache.outputs.cache-hit != 'true'
            uses: reactivecircus/android-emulator-runner@v2
            with:
              api-level: ${{ matrix.api-level }}
              arch: ${{ matrix.api-level == '34' && 'x86_64' || 'x86' }}
              force-avd-creation: false
              emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
              disable-animations: false
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Aug 17 10:05:29 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/hash/LittleEndianByteArray.java

           * crashes on Android when running in 32-bit mode. For maximum safety, we shouldn't use
           * Unsafe.getLong() at all, but the performance benefit on x86_64 is too great to ignore, so
           * as a compromise, we enable the optimization only on platforms that we specifically know to
           * work.
           *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. docs/site-replication/run-replication-with-checksum-header.sh

    export MINIO_ROOT_PASSWORD="minio123"
    
    # Download AWS CLI
    echo -n "Download and install AWS CLI"
    rm -rf /usr/local/aws-cli || sudo rm -rf /usr/local/aws-cli
    curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
    unzip -qq awscliv2.zip
    ./aws/install || sudo ./aws/install
    echo "done"
    
    # Add credentials to ~/.aws/credentials
    if ! [ -d ~/.aws ]; then
    	mkdir -p ~/.aws
    fi
    cat >~/.aws/credentials <<EOF
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 08:02:16 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. configure.py

    _DEFAULT_PROMPT_ASK_ATTEMPTS = 10
    
    _TF_BAZELRC_FILENAME = '.tf_configure.bazelrc'
    _TF_WORKSPACE_ROOT = ''
    _TF_BAZELRC = ''
    _TF_CURRENT_BAZEL_VERSION = None
    
    NCCL_LIB_PATHS = [
        'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', ''
    ]
    
    # List of files to configure when building Bazel on Apple platforms.
    APPLE_BAZEL_FILES = [
        'tensorflow/lite/ios/BUILD', 'tensorflow/lite/objc/BUILD',
        'tensorflow/lite/swift/BUILD',
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 48.2K bytes
    - Viewed (0)
  5. guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X850,
        X851,
        X852,
        X853,
        X854,
        X855,
        X856,
        X857,
        X858,
        X859,
        X860,
        X861,
        X862,
        X863,
        X864,
        X865,
        X866,
        X867,
        X868,
        X869,
        X870,
        X871,
        X872,
        X873,
        X874,
        X875,
        X876,
        X877,
        X878,
        X879,
        X880,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  6. api/go1.10.txt

    pkg debug/elf, const R_X86_64_GOTPCREL64 = 28
    pkg debug/elf, const R_X86_64_GOTPCREL64 R_X86_64
    pkg debug/elf, const R_X86_64_GOTPCRELX = 41
    pkg debug/elf, const R_X86_64_GOTPCRELX R_X86_64
    pkg debug/elf, const R_X86_64_GOTPLT64 = 30
    pkg debug/elf, const R_X86_64_GOTPLT64 R_X86_64
    pkg debug/elf, const R_X86_64_IRELATIVE = 37
    pkg debug/elf, const R_X86_64_IRELATIVE R_X86_64
    pkg debug/elf, const R_X86_64_PC32_BND = 39
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  7. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X850,
        X851,
        X852,
        X853,
        X854,
        X855,
        X856,
        X857,
        X858,
        X859,
        X860,
        X861,
        X862,
        X863,
        X864,
        X865,
        X866,
        X867,
        X868,
        X869,
        X870,
        X871,
        X872,
        X873,
        X874,
        X875,
        X876,
        X877,
        X878,
        X879,
        X880,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
Back to top