Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 420 for pinned (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/replicate_to_island_legacy.mlir

    // CHECK: "tf.opA"
    // CHECK: "tf_device.launch"
    // CHECK: device = "/GPU:1"
    // CHECK: "tf.opA"
    
    
    // Tests replicate with control dependency output has each expanded replica
    // control pinned to a sink island.
    // CHECK-LABEL: func @replicate_control
    func.func @replicate_control() {
      tf_executor.graph {
        %1 = tf_executor.island {
          tf_device.replicate {n = 2 : i32} {
            tf_device.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  2. hack/update-vendor.sh

        | while read -r X; do echo "-replace k8s.io/${X}=./staging/src/k8s.io/${X}"; done \
        | xargs -L 100 go mod edit -fmt
    
    
    # Phase 3: capture required (minimum) versions from all modules, and replaced (pinned) versions from the root module
    
    # pin referenced versions
    ensure_require_replace_directives_for_all_dependencies
    # resolves/expands references in the root go.mod (if needed)
    go mod tidy
    # pin expanded versions
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:08 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  3. container-tests/src/test/java/okhttp3/containers/BasicLoomTest.kt

            .dispatcher(Dispatcher(newVirtualThreadPerTaskExecutor()))
            .build()
    
        executor = newVirtualThreadPerTaskExecutor()
    
        // Capture non-deterministic but probable sysout warnings of pinned threads
        // https://docs.oracle.com/en/java/javase/21/core/virtual-threads.html
        System.setOut(PrintStream(capturedOut))
      }
    
      @AfterEach
      fun checkForPinning() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 11:15:46 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. prow/release-commit.sh

    GCS_BUCKET=${GCS_BUCKET:-istio-build/dev}
    
    # Enable emulation required for cross compiling a few images (VMs)
    docker run --rm --privileged "${DOCKER_HUB}/qemu-user-static" --reset -p yes
    export ISTIO_DOCKER_QEMU=true
    
    # Use a pinned version in case breaking changes are needed
    BUILDER_SHA=159efd4a18a7325192c4f7cb0acbe5648bfb8658
    
    # Reference to the next minor version of Istio
    # This will create a version like 1.4-alpha.sha
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:28 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. testing/smoke-test/build.gradle.kts

         */
        val santaGitUri = "https://github.com/gradle/santa-tracker-android.git"
    
        val santaTracker by registering(RemoteProject::class) {
            remoteUri = santaGitUri
            // Pinned from branch main
            ref = "e9419cad3583427caca97958301ff98fc8e9a1c3"
        }
    
        val gradleBuildCurrent by registering(RemoteProject::class) {
            remoteUri = rootDir.absolutePath
            ref = buildCommitId
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. maven-core/src/site/apt/inheritance.apt

     </parent>
    </project>
    +-----+
    
    Extending the POM in the future
    
      In order to anticipate changes in the structure of the POM as new releases of
      maven occur, the maven inheritance model must be pinned against a particular
      modelVersion. This is required so that a change from modelVersion 4.0.0 to
      4.1.0 doesn't cause compatibility problems with users who have not upgraded
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 17:22:19 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  7. hack/pin-dependency.sh

    # Add the replace directive
    if [ "${replacement}" != "${dep}" ]; then
      echo "Running: go mod edit -replace ${dep}=${replacement}@${rev}"
      go mod edit -replace "${dep}=${replacement}@${rev}"
    fi
    
    # Propagate pinned version to staging repos
    for repo in $(kube::util::list_staging_repos); do
      pushd "staging/src/k8s.io/${repo}" >/dev/null 2>&1
        go mod edit -require "${dep}@${rev}"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 05:44:43 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. hack/verify-vendor.sh

        echo "${_out}" > vendordiff.patch
        echo "If you're seeing this locally, run the below command to fix your directories:" >&2
        echo "hack/update-vendor.sh" >&2
        ret=1
      fi
    
      # Verify we are pinned to matching levels
      hack/lint-dependencies.sh >&2
    popd > /dev/null 2>&1
    
    if [[ ${ret} -gt 0 ]]; then
      exit ${ret}
    fi
    
    # Ensure we can tidy every repo using only its recorded versions
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 05:44:45 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/replicate_to_island.mlir

    // CHECK: "tf.opA"
    // device = "/GPU:1"
    // CHECK: _parallel_execution_ids = "r0:1"
    
    
    // Tests replicate with control dependency output has each expanded replica
    // control pinned to a sink island.
    // CHECK-LABEL: func @replicate_control
    func.func @replicate_control() {
      tf_executor.graph {
        %1 = tf_executor.island {
          tf_device.replicate {n = 2 : i32} {
            tf_device.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/requirements.txt

        --hash=sha256:fbf649bc77510ef2521cf797700b96167bb77838c40780da7ea3edd8b78044d1
        # via gevent
    
    # WARNING: The following packages were not pinned, but pip requires them to be
    # pinned when the requirements file includes hashes and the requirement is not
    # satisfied by a package already installed. Consider using the --allow-unsafe flag.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 45.5K bytes
    - Viewed (0)
Back to top