Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_tf_cuda_paths (0.3 sec)

  1. configure.py

    def disable_clang_offsetof_extension(clang_version):
      if int(clang_version.split('.')[0]) in (16, 17):
        write_to_bazelrc('build --copt=-Wno-gnu-offsetof-extensions')
    
    
    def set_tf_cuda_paths(environ_cp):
      """Set TF_CUDA_PATHS."""
      ask_cuda_paths = (
          'Please specify the comma-separated list of base paths to look for CUDA '
          'libraries and headers. [Leave empty to use the default]: ')
    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