Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ld (0.07 sec)

  1. .bazelrc

    # Permit newer CUDA versions than Clang is aware of
    build:cuda_clang --copt="-Wno-unknown-cuda-version"
    # Set lld as the linker.
    build:cuda_clang --host_linkopt="-fuse-ld=lld"
    build:cuda_clang --host_linkopt="-lm"
    build:cuda_clang --linkopt="-fuse-ld=lld"
    build:cuda_clang --linkopt="-lm"
    
    # Set up compilation CUDA version and paths and use the CUDA Clang toolchain.
    build:cuda_clang_official --config=cuda_clang
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 28 22:02:31 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top