Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for allocators_ (0.12 sec)

  1. CHANGELOG/CHANGELOG-1.5.md

    ## Changelog since v1.5.3
    
    ### Other notable changes
    
    * Fix AWS device allocator to only use valid device names ([#41455](https://github.com/kubernetes/kubernetes/pull/41455), [@gnufied](https://github.com/gnufied))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

      fi
      if [[ -n "${TERMINATED_POD_GC_THRESHOLD:-}" ]]; then
        params+=("--terminated-pod-gc-threshold=${TERMINATED_POD_GC_THRESHOLD}")
      fi
      if [[ "${ENABLE_IP_ALIASES:-}" == 'true' ]]; then
        params+=("--cidr-allocator-type=${NODE_IPAM_MODE}")
        params+=("--configure-cloud-routes=false")
      fi
      if [[ -n "${FEATURE_GATES:-}" ]]; then
        params+=("--feature-gates=${FEATURE_GATES}")
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

    }
    
    // -----
    
    // Tests two side-effecting ops operating on resources that are allocated in the
    // same function. The expectation is that the ops are treated as independent
    // (as the involved resource allocators have the `UniqueResourceAllocation`
    // trait).
    func.func @side_effecting_ops_with_different_resources_and_allocations(
      // expected-remark@above {{ID: 9}}
      %arg0: tensor<i32>,
      %arg1: tensor<f32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.4.md

    * Backporting TPR fix to 1.4 ([#42380](https://github.com/kubernetes/kubernetes/pull/42380), [@foxish](https://github.com/foxish))
    * Fix AWS device allocator to only use valid device names ([#41455](https://github.com/kubernetes/kubernetes/pull/41455), [@gnufied](https://github.com/gnufied))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top