Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for is_cuda_compiler_nvcc (0.09 seconds)

  1. tensorflow/BUILD

    alias(
        name = "is_cuda_compiler_nvcc",
        actual = if_oss(
            "@local_config_cuda//:is_cuda_compiler_nvcc",
            "@local_config_cuda//cuda:FALSE",
        ),
    )
    
    selects.config_setting_group(
        name = "is_cuda_nvcc",
        match_all = [
            ":is_cuda_enabled",
            ":is_cuda_compiler_nvcc",
        ],
    )
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
Back to Top