Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 35 (0.15 sec)

  1. configure.py

        for compute_capability in tf_cuda_compute_capabilities.split(','):
          m = re.match('[0-9]+.[0-9]+', compute_capability)
          if not m:
            # We now support sm_35,sm_50,sm_60,compute_70.
            sm_compute_match = re.match('(sm|compute)_?([0-9]+[0-9]+)',
                                        compute_capability)
            if not sm_compute_match:
    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