Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tooltip (1.29 sec)

  1. configure.py

        print('Found NCCL %s in:' % config['nccl_version'])
        print('    %s' % config['nccl_library_dir'])
        print('    %s' % config['nccl_include_dir'])
    
      print('\n')
    
      environ_cp['CUDA_TOOLKIT_PATH'] = config['cuda_toolkit_path']
      return True
    
    
    def get_gcc_compiler(environ_cp):
      gcc_env = environ_cp.get('CXX') or environ_cp.get('CC') or which('gcc')
      if gcc_env is not None:
    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