Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 388 for alignment (0.29 sec)

  1. pkg/kubelet/cm/memorymanager/memory_manager.go

    	// and is consulted to achieve NUMA aware resource alignment among this
    	// and other resource controllers.
    	GetTopologyHints(*v1.Pod, *v1.Container) map[string][]topologymanager.TopologyHint
    
    	// GetPodTopologyHints implements the topologymanager.HintProvider Interface
    	// and is consulted to achieve NUMA aware resource alignment among this
    	// and other resource controllers.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 00:50:45 UTC 2023
    - 17.1K bytes
    - Viewed (1)
  2. pkg/kubelet/cm/cpumanager/cpu_manager.go

    	// State returns a read-only interface to the internal CPU manager state.
    	State() state.Reader
    
    	// GetTopologyHints implements the topologymanager.HintProvider Interface
    	// and is consulted to achieve NUMA aware resource alignment among this
    	// and other resource controllers.
    	GetTopologyHints(*v1.Pod, *v1.Container) map[string][]topologymanager.TopologyHint
    
    	// GetExclusiveCPUs implements the podresources.CPUsProvider interface to provide
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 19.9K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/config/types.go

    	// pods with optimal NUMA node alignment for requested resources
    	RestrictedTopologyManagerPolicy = "restricted"
    	// BestEffortTopologyManagerPolicy is a mode in which kubelet will favour
    	// pods with NUMA alignment of CPU and device resources.
    	BestEffortTopologyManagerPolicy = "best-effort"
    	// NoneTopologyManagerPolicy is a mode in which kubelet has no knowledge
    	// of NUMA alignment of a pod's CPU and device resources.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  4. src/syscall/types_linux.go

    struct my_epoll_event {
    	uint32_t events;
    #if defined(__ARM_EABI__) || defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABIO32)
    	// padding is not specified in linux/eventpoll.h but added to conform to the
    	// alignment requirements of EABI
    	int32_t padFd;
    #endif
    #if defined(__powerpc64__) || defined(__s390x__) || (defined(__riscv_xlen) && __riscv_xlen == 64) \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  5. src/runtime/mkpreempt.go

    	// Add floating point registers F0-F31.
    	for i := 0; i < 31; i += 2 {
    		reg := fmt.Sprintf("(F%d, F%d)", i, i+1)
    		l.add2("FSTPD", "FLDPD", reg, 16)
    	}
    	if l.stack%16 != 0 {
    		l.stack += 8 // SP needs 16-byte alignment
    	}
    
    	// allocate frame, save PC of interrupted instruction (in LR)
    	p("MOVD R30, %d(RSP)", -l.stack)
    	p("SUB $%d, RSP", l.stack)
    	p("MOVD R29, -8(RSP)") // save frame pointer (only used on Linux)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  6. tensorflow/c/tf_tensor.cc

              0) {
        // TF_STRING and TF_RESOURCE tensors have a different representation in
        // TF_Tensor than they do in tensorflow::Tensor. So a copy here is a waste
        // (any alignment requirements will be taken care of by TF_TensorToTensor
        // and TF_TensorFromTensor).
        //
        // Other types have the same representation, so copy only if it is safe to
        // do so.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 21:57:32 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/devicemanager/topology_hints.go

    	}
    
    	return deviceHints
    }
    
    func (m *ManagerImpl) deviceHasTopologyAlignment(resource string) bool {
    	// If any device has Topology NUMANodes available, we assume they care about alignment.
    	for _, device := range m.allDevices[resource] {
    		if device.Topology != nil && len(device.Topology.Nodes) > 0 {
    			return true
    		}
    	}
    	return false
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 27 02:10:25 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/xla_device_context.cc

        : stream_executor_(stream_executor) {}
    
    XlaDeviceAllocator::~XlaDeviceAllocator() = default;
    
    std::string XlaDeviceAllocator::Name() { return "xla"; }
    
    void* XlaDeviceAllocator::AllocateRaw(size_t alignment, size_t num_bytes) {
      // We always return an empty XlaTensor object, encoded as an opaque tagged
      // pointer. We can return an empty object and ignore num_bytes here because we
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. src/go/printer/printer_test.go

    var data = []entry{
    	{"empty.input", "empty.golden", idempotent},
    	{"comments.input", "comments.golden", 0},
    	{"comments.input", "comments.x", export},
    	{"comments2.input", "comments2.golden", idempotent},
    	{"alignment.input", "alignment.golden", idempotent},
    	{"linebreaks.input", "linebreaks.golden", idempotent},
    	{"expressions.input", "expressions.golden", idempotent},
    	{"expressions.input", "expressions.raw", rawFormat | idempotent},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  10. docs/bucket/replication/setup_3site_replication.sh

    ./s3-check-md5 -versions -access-key minio -secret-key minio123 -endpoint http://127.0.0.1:9006/ -bucket olockbucket
    
    # additional tests for encryption object alignment
    go install -v github.com/minio/multipart-debug@latest
    
    upload_id=$(multipart-debug --endpoint 127.0.0.1:9001 --accesskey minio --secretkey minio123 multipart new --bucket bucket --object new-test-encrypted-object --encrypt)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top