Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for ld (0.17 sec)

  1. ci/official/containers/linux_arm64/ld.so.conf

    TensorFlower Gardener <******@****.***> 1695063637 -0700
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 19:00:37 GMT 2023
    - 790 bytes
    - Viewed (0)
  2. CONTRIBUTING.md

        ```bash
        export flags="--config=opt -k"
        ```
    
        If the tests are to be run on the GPU, add CUDA paths to LD_LIBRARY_PATH and
        add the `cuda` option flag
    
        ```bash
        export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH"
        export flags="--config=opt --config=cuda -k"
        ```
    
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu Mar 21 11:45:51 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  3. .bazelrc

    build:cuda_clang_official --action_env=GCC_HOST_COMPILER_PATH="/dt9/usr/bin/gcc"
    build:cuda_clang_official --action_env=CLANG_CUDA_COMPILER_PATH="/usr/lib/llvm-17/bin/clang"
    build:cuda_clang_official --action_env=LD_LIBRARY_PATH="/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64"
    build:cuda_clang_official --crosstool_top="@sigbuild-r2.17-clang_config_cuda//crosstool:toolchain"
    
    # Build with nvcc for CUDA and clang for host
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
  4. ci/official/containers/linux_arm64/Dockerfile

    # likely to change daily.
    ARG CACHEBUSTER=0
    RUN echo $CACHEBUSTER
    
    # Setup build and environment
    COPY devel.usertools /usertools
    COPY devel.bashrc /root/.bashrc
    COPY ld.so.conf /dt10/etc/
    
    # Setup JAX Python environment.
    FROM devel as jax
    RUN /setup.packages.sh /cuda.packages.txt
    COPY jax.requirements.txt /devel.requirements.txt
    COPY setup.python.sh /setup.python.sh
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Jan 08 09:32:19 GMT 2024
    - 4.1K bytes
    - Viewed (1)
  5. ci/official/containers/linux_arm64/devel.usertools/aarch64_clang.bazelrc

    build --python_path="/usr/local/bin/python3"
    
    # Build TensorFlow v2
    build --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1
    
    # Use lld as the linker
    build --linkopt="-fuse-ld=lld"
    build --linkopt="-lm"
    build --linkopt="-Wl,--undefined-version"
    
    # Prevent double-compilation of some TF code, ref. b/183279666 (internal)
    # > TF's gen_api_init_files has a genrule to run the core TensorFlow code
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Tue Nov 21 12:25:39 GMT 2023
    - 6.3K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const BPF_JSET ideal-int
    pkg syscall (darwin-arm64), const BPF_K = 0
    pkg syscall (darwin-arm64), const BPF_K ideal-int
    pkg syscall (darwin-arm64), const BPF_LD = 0
    pkg syscall (darwin-arm64), const BPF_LD ideal-int
    pkg syscall (darwin-arm64), const BPF_LDX = 1
    pkg syscall (darwin-arm64), const BPF_LDX ideal-int
    pkg syscall (darwin-arm64), const BPF_LEN = 128
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_JSET ideal-int
    pkg syscall (freebsd-arm64), const BPF_K = 0
    pkg syscall (freebsd-arm64), const BPF_K ideal-int
    pkg syscall (freebsd-arm64), const BPF_LD = 0
    pkg syscall (freebsd-arm64), const BPF_LD ideal-int
    pkg syscall (freebsd-arm64), const BPF_LDX = 1
    pkg syscall (freebsd-arm64), const BPF_LDX ideal-int
    pkg syscall (freebsd-arm64), const BPF_LEN = 128
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg debug/elf, const R_LARCH_TLS_IE_PC_LO12 = 88 #54222
    pkg debug/elf, const R_LARCH_TLS_IE_PC_LO12 R_LARCH #54222
    pkg debug/elf, const R_LARCH_TLS_LD_HI20 = 96 #54222
    pkg debug/elf, const R_LARCH_TLS_LD_HI20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_TLS_LD_PC_HI20 = 95 #54222
    pkg debug/elf, const R_LARCH_TLS_LD_PC_HI20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_TLS_LE64_HI12 = 86 #54222
    pkg debug/elf, const R_LARCH_TLS_LE64_HI12 R_LARCH #54222
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (darwin-386), const BPF_JGT = 32
    pkg syscall (darwin-386), const BPF_JMP = 5
    pkg syscall (darwin-386), const BPF_JSET = 64
    pkg syscall (darwin-386), const BPF_K = 0
    pkg syscall (darwin-386), const BPF_LD = 0
    pkg syscall (darwin-386), const BPF_LDX = 1
    pkg syscall (darwin-386), const BPF_LEN = 128
    pkg syscall (darwin-386), const BPF_LSH = 96
    pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
Back to top