Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_NEED_CUDA (0.27 sec)

  1. configure.py

              'For using TensorFlow GPU on Windows, you will need to build/install '
              'TensorFlow in WSL2.\n')
        environ_cp['TF_NEED_CUDA'] = '0'
      else:
        environ_cp['TF_NEED_CUDA'] = str(
            int(get_var(environ_cp, 'TF_NEED_CUDA', 'CUDA', False)))
      if environ_cp.get('TF_NEED_CUDA') == '1':
        set_hermetic_cuda_version(environ_cp)
        set_hermetic_cudnn_version(environ_cp)
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Apr 30 15:18:54 UTC 2025
    - 48.3K bytes
    - Viewed (0)
Back to top