Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_NCCL_VERSION (0.21 sec)

  1. configure.py

          '[Leave empty to use http://github.com/nvidia/nccl]: ')
      tf_nccl_version = get_from_env_or_user_or_default(environ_cp,
                                                        'TF_NCCL_VERSION',
                                                        ask_nccl_version, '')
      environ_cp['TF_NCCL_VERSION'] = tf_nccl_version
    
    
    def get_native_cuda_compute_capabilities(environ_cp):
      """Get native cuda compute capabilities.
    
      Args:
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top