Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mvcc (0.01 sec)

  1. .bazelrc

    build:cuda_clang_official --crosstool_top="@local_config_cuda//crosstool:toolchain"
    
    # Build with nvcc for CUDA and clang for host
    build:cuda_nvcc --config=cuda
    build:cuda_nvcc --action_env=TF_NVCC_CLANG="1"
    build:cuda_nvcc --@local_config_cuda//:cuda_compiler=nvcc
    # Old config for backward compatibility
    build:nvcc_clang --config=cuda_nvcc
    
    # Debug config
    build:dbg -c dbg
    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