Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for nacl (0.07 sec)

  1. pilot/pkg/xds/delta.go

    		return s.pushDeltaXds(con, dwr, request)
    	}
    	return nil
    }
    
    // shouldRespondDelta determines whether this request needs to be responded back. It applies the ack/nack rules as per xds protocol
    // using WatchedResource for previous state and discovery request for the current state.
    func (s *DiscoveryServer) shouldRespondDelta(con *Connection, request *discovery.DeltaDiscoveryRequest) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  2. .bazelrc

    # Config setting to build oneDNN with Compute Library for the Arm Architecture (ACL).
    build:mkl_aarch64 --define=build_with_mkl_aarch64=true
    build:mkl_aarch64 --define=build_with_openmp=true
    build:mkl_aarch64 --define=build_with_acl=true
    build:mkl_aarch64 -c opt
    
    # Config setting to build oneDNN with Compute Library for the Arm Architecture (ACL).
    # with Eigen threadpool support
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  3. RELEASE.md

    ## Breaking Changes
    
    *   Prebuilt binaries are now (as of TensorFlow 1.10) built against NCCL 2.2 and
        no longer include NCCL in the binary install. TensorFlow usage with multiple
        GPUs and NCCL requires upgrade to
        [NCCL 2.2](https://developer.nvidia.com/nccl). See updated install guides:
        [TensorFlow GPU support](https://www.tensorflow.org/install/gpu) and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

          return 0
        fi
      fi
    
      echo "${hash}" > "${tar}.sha512"
      gsutil -m -q -h "Cache-Control:private, max-age=0" cp "${tar}" "${tar}.sha512" "${staging_path}"
      gsutil -m acl ch -g all:R "${gs_url}" "${gs_url}.sha512" >/dev/null 2>&1 || true
      echo "+++ ${basename_tar} uploaded (sha512 = ${hash})"
    }
    
    
    # Given the cluster zone, return the list of regional GCS release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top