Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for local_config_cuda (0.06 sec)

  1. tensorflow/BUILD

        actual = if_oss(
            "@local_config_cuda//:is_cuda_enabled",
            "@local_config_cuda//cuda:using_config_cuda",
        ),
    )
    
    # Config setting that is satisfied when CUDA device code should be compiled
    # with clang. It does not imply that CUDA support has been enabled.
    alias(
        name = "is_cuda_compiler_clang",
        actual = if_oss(
            "@local_config_cuda//:is_cuda_compiler_clang",
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Wed Nov 12 19:21:56 UTC 2025
    - 53.1K bytes
    - Viewed (0)
  2. .bazelrc

    common:cuda --repo_env TF_NEED_CUDA=1
    common:cuda --@local_config_cuda//:enable_cuda
    common:cuda --config=cuda_version
    # This flag is needed to include CUDA libraries.
    common:cuda --@local_config_cuda//cuda:include_cuda_libs=true
    
    # This configuration is used for building the wheels.
    common:cuda_wheel --@local_config_cuda//cuda:include_cuda_libs=false
    
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
Back to top