Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for NVIDIA (0.24 sec)

  1. cluster/gce/gci/configure-helper.sh

      fi
      if [[ "${ENABLE_NVIDIA_GPU_DEVICE_PLUGIN:-}" == "true" ]]; then
        setup-addon-manifests "addons" "device-plugins/nvidia-gpu"
      fi
      # Setting up the konnectivity-agent daemonset
      if [[ "${RUN_KONNECTIVITY_PODS:-false}" == "true" ]]; then
        setup-addon-manifests "addons" "konnectivity-agent"
        setup-konnectivity-agent-manifest
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

        fi
        if [ -n "${CLUSTER_SIGNING_DURATION:-}" ]; then
          cat >>"$file" <<EOF
    CLUSTER_SIGNING_DURATION: $(yaml-quote "${CLUSTER_SIGNING_DURATION}")
    EOF
        fi
        if [[ "${NODE_ACCELERATORS:-}" == *"type=nvidia"* ]]; then
          cat >>"$file" <<EOF
    ENABLE_NVIDIA_GPU_DEVICE_PLUGIN: $(yaml-quote "true")
    EOF
        fi
        if [ -n "${ADDON_MANAGER_LEADER_ELECTION:-}" ]; then
          cat >>"$file" <<EOF
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.16.md

    - Mounts `/home/kubernetes/bin/nvidia/vulkan/icd.d` on the host to `/etc/vulkan/icd.d` inside containers requesting GPU. ([#78868](https://github.com/kubernetes/kubernetes/pull/78868), [@chardch](https://github.com/chardch))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.10.md

    * Fix issue of colliding nodePorts when the cluster has services with externalTrafficPolicy=Local ([#64349](https://github.com/kubernetes/kubernetes/pull/64349), [@nicksardo](https://github.com/nicksardo))
    * Update nvidia-gpu-device-plugin DaemonSet config to use RollingUpdate updateStrategy instead of OnDelete. ([#64296](https://github.com/kubernetes/kubernetes/pull/64296), [@mindprince](https://github.com/mindprince))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      side.
      On CPU, solution is computed via Gaussian elimination with or without partial
      pivoting, depending on `partial_pivoting` attribute. On GPU, Nvidia's cuSPARSE
      library is used: https://docs.nvidia.com/cuda/cusparse/index.html#gtsv
      Partial pivoting is not yet supported by XLA backends.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top