Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 343 for topology_1 (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island/while_op.mlir

        %0:4 = tf_executor.graph {
          %outputs:4, %control = tf_executor.island {
           "tf.TPUReplicateMetadata"() {_xla_compile_device_type = "TPU", _replication_info = "cluster", device = "device", num_replicas = 1, topology = "topology"} : () -> ()
            %1 = "tf.opA"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i1>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 04 03:54:58 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/devicemanager/manager_test.go

    	cleanup(t, m, p1)
    }
    
    func setupDeviceManager(t *testing.T, devs []*pluginapi.Device, callback monitorCallback, socketName string,
    	topology []cadvisorapi.Node) (Manager, <-chan interface{}) {
    	topologyStore := topologymanager.NewFakeManager()
    	m, err := newManagerImpl(socketName, topology, topologyStore)
    	require.NoError(t, err)
    	updateChan := make(chan interface{})
    
    	w := newWrappedManagerImpl(socketName, m)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/topologymanager/numa_info.go

    type NUMADistances map[int][]uint64
    
    type NUMAInfo struct {
    	Nodes         []int
    	NUMADistances NUMADistances
    }
    
    func NewNUMAInfo(topology []cadvisorapi.Node, opts PolicyOptions) (*NUMAInfo, error) {
    	var numaNodes []int
    	distances := map[int][]uint64{}
    	for _, node := range topology {
    		numaNodes = append(numaNodes, node.Id)
    
    		var nodeDistance []uint64
    		if opts.PreferClosestNUMA {
    			nodeDistance = node.Distances
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 16:52:14 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  4. samples/multicluster/gen-eastwest-gateway.sh

          echo "Error: Unsupported flag $1" >&2
          exit 1
          ;;
      esac
    done
    
    
    # single-cluster installations may need this gateway to allow VMs to get discovery
    # for non-single cluster, we add additional topology information
    SINGLE_CLUSTER="${SINGLE_CLUSTER:-0}"
    if [[ "${SINGLE_CLUSTER}" -eq 0 ]]; then
      if [[ -z "${NETWORK:-}" ]]; then
        echo "Must specify either --single-cluster or --network."
        exit 1
      fi
    fi
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Sep 04 02:52:25 UTC 2021
    - 3K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/memorymanager/fake_memory_manager.go

    	klog.InfoS("Get Topology Hints", "pod", klog.KObj(pod), "containerName", container.Name)
    	return map[string][]topologymanager.TopologyHint{}
    }
    
    func (m *fakeManager) GetPodTopologyHints(pod *v1.Pod) map[string][]topologymanager.TopologyHint {
    	klog.InfoS("Get Pod Topology Hints", "pod", klog.KObj(pod))
    	return map[string][]topologymanager.TopologyHint{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/storage/v1alpha1/generated.proto

    // For a given StorageClass, this describes the available capacity in a
    // particular topology segment.  This can be used when considering where to
    // instantiate new PersistentVolumes.
    //
    // For example this can express things like:
    // - StorageClass "standard" has "1234 GiB" available in "topology.kubernetes.io/zone=us-east1"
    // - StorageClass "localssd" has "10 GiB" available in "kubernetes.io/hostname=knode-abc123"
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/cpumanager/fake_cpu_manager.go

    	klog.InfoS("Get container topology hints")
    	return map[string][]topologymanager.TopologyHint{}
    }
    
    func (m *fakeManager) GetPodTopologyHints(pod *v1.Pod) map[string][]topologymanager.TopologyHint {
    	klog.InfoS("Get pod topology hints")
    	return map[string][]topologymanager.TopologyHint{}
    }
    
    func (m *fakeManager) State() state.Reader {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. pkg/test/framework/components/environment/kube/kube.go

    		clusters = append(clusters, c)
    	}
    	if errs != nil {
    		return nil, errs
    	}
    
    	// validate the topology has no open edges
    	for _, c := range allClusters {
    		if _, ok := allClusters[c.PrimaryName()]; !ok {
    			errs = multierror.Append(errs, fmt.Errorf("primary %s for %s is not in the topology", c.PrimaryName(), c.Name()))
    			continue
    		}
    		if _, ok := allClusters[c.ConfigName()]; !ok {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  9. releasenotes/notes/46725.yaml

    kind: bug-fix
    area: traffic-management
    releaseNotes:
      - |
        **Fixed** Waypoints missing the `ISTIO_META_NETWORK` field. It can be configured at install time using
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 28 22:07:22 UTC 2023
    - 308 bytes
    - Viewed (0)
  10. releasenotes/notes/27049.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    releaseNotes:
    - |
      **Improved** multi-network configuration so that labeling a service with `topology.istio.io/network=network-name` can
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 09 20:36:11 UTC 2020
    - 360 bytes
    - Viewed (0)
Back to top