Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ruelas (0.19 sec)

  1. configure.py

        environ_save = dict(environ_cp)
        for _ in range(_DEFAULT_PROMPT_ASK_ATTEMPTS):
    
          if validate_cuda_config(environ_cp):
            cuda_env_names = [
                'TF_CUDA_VERSION',
                'TF_CUBLAS_VERSION',
                'TF_CUDNN_VERSION',
                'TF_TENSORRT_VERSION',
                'TF_NCCL_VERSION',
                'TF_CUDA_PATHS',
                # Items below are for backwards compatibility when not using
    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)
  2. RELEASE.md

        generally improve training performance. Models that do rely on determinism
        should set a random seed explicitly.
    *   Replaced the implementation of `tf.flags` with `absl.flags`.
    *   Add support for `CUBLAS_TENSOR_OP_MATH` in fp16 GEMM
    *   Add support for CUDA on NVIDIA Tegra devices
    
    ## Bug Fixes and Other Changes
    
    *   Documentation updates:
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top