Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Dev0 (0.04 sec)

  1. pkg/kubelet/cm/devicemanager/topology_hints_test.go

    			},
    			allocatedDevices: []string{"Dev0", "Dev5", "Dev4", "Dev1"},
    			reusableDevices:  []string{"Dev0", "Dev5"},
    			hint: topologymanager.TopologyHint{
    				NUMANodeAffinity: makeSocketMask(0),
    				Preferred:        true,
    			},
    			expectedAvailable:   []string{"Dev0", "Dev2", "Dev3", "Dev5", "Dev6", "Dev7"},
    			expectedMustInclude: []string{"Dev0", "Dev5"},
    			expectedSize:        4,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 47.5K bytes
    - Viewed (0)
  2. pkg/kubelet/apis/podresources/server_v1_test.go

    	numaID := int64(1)
    
    	mockCtrl := gomock.NewController(t)
    	defer mockCtrl.Finish()
    
    	devs := []*podresourcesapi.ContainerDevices{
    		{
    			ResourceName: "resource",
    			DeviceIds:    []string{"dev0", "dev1"},
    			Topology:     &podresourcesapi.TopologyInfo{Nodes: []*podresourcesapi.NUMANode{{ID: numaID}}},
    		},
    	}
    
    	cpus := []int64{12, 23, 30}
    
    	memory := []*podresourcesapi.ContainerMemory{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/podresources/server_v1alpha1_test.go

    	podNamespace := "pod-namespace"
    	podUID := types.UID("pod-uid")
    	containerName := "container-name"
    
    	devs := []*podresourcesv1.ContainerDevices{
    		{
    			ResourceName: "resource",
    			DeviceIds:    []string{"dev0", "dev1"},
    		},
    	}
    
    	mockCtrl := gomock.NewController(t)
    	defer mockCtrl.Finish()
    
    	for _, tc := range []struct {
    		desc             string
    		pods             []*v1.Pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

          ops::MatMul(root.WithOpName("MatMulCombined_dev1"), matmul0, matmul1);
      TF_ASSERT_OK(root.ToGraph(graph.get()));
    
      for (Node* n : graph->nodes()) {
        if (absl::EndsWith(n->name(), /*suffix=*/"dev0")) {
          n->set_assigned_device_name(string(xla_gpu_dev0));
        } else if (absl::EndsWith(n->name(), /*suffix=*/"dev1")) {
          n->set_assigned_device_name(string(xla_gpu_dev1));
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  5. pkg/controller/statefulset/stateful_set_control_test.go

    					set:             set,
    					expectedCount:   1,
    					expectedCurrent: rev0,
    					expectedUpdate:  rev0,
    					err:             false,
    				},
    				{
    					name:            "creates revision on update",
    					existing:        []*apps.ControllerRevision{rev0},
    					set:             set1,
    					expectedCount:   2,
    					expectedCurrent: rev0,
    					expectedUpdate:  rev1,
    					err:             false,
    				},
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  6. tools/bug-report/pkg/testdata/input/ingress.log

    2020-06-29T23:37:27.439724Z	info	Received new config, creating new Envoy epoch 0
    2020-06-29T23:37:27.440225Z	info	Epoch 0 starting
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 03 15:51:03 UTC 2020
    - 11K bytes
    - Viewed (0)
Back to top