Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 171 for rebuild (0.21 sec)

  1. src/cmd/go/internal/work/buildid.go

    					}
    
    					// Poison a.Target to catch uses later in the build.
    					a.Target = "DO NOT USE - main build pseudo-cache Target"
    					a.built = "DO NOT USE - main build pseudo-cache built"
    					if a.json != nil {
    						a.json.BuildID = a.buildID
    					}
    					return true
    				}
    				// Otherwise restore old build ID for main build.
    				a.buildID = oldBuildID
    			}
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/SmokeContinuousIntegrationTest.groovy

            // Though we don't consider the path `input` as an input to the build, since it is a parent of the declared input
            // `input/marker`. So we don't trigger a rebuild.
            exitsContinuousBuildSinceNotWatchingAnyLocationsExceptForConfigCache()
        }
    
        def "does not detect changes when no snapshotting happens (#description)"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/experimental/tac/transforms/pick_subgraphs.cc

    //         |             /
    //      subgraph5 (GPU)
    //         |
    //      subgraph6 (CPU)
    //
    // The overall workflow of the pick subgraphs pass:
    //  1) Build subgraphs
    //    1.1) Collect output subgraphs.
    //    1.2) Build `Subgraph` and their "alternative view" from FuncOp.
    //  2) Pick subgraphs
    //    2.1) Populate the "dp table" for (subgraph, hardware).
    //    2.2) Make decisions based on the populated dp table.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 15:10:02 UTC 2022
    - 19.7K bytes
    - Viewed (0)
  4. src/regexp/onepass.go

    		visitQueue   = newQueue(len(p.Inst))
    		check        func(uint32, []bool) bool
    		onePassRunes = make([][]rune, len(p.Inst))
    	)
    
    	// check that paths from Alt instructions are unambiguous, and rebuild the new
    	// program as a onepass program
    	check = func(pc uint32, m []bool) (ok bool) {
    		ok = true
    		inst := &p.Inst[pc]
    		if visitQueue.contains(pc) {
    			return
    		}
    		visitQueue.insert(pc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:36:03 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/ConfigurationOnDemandIntegrationTest.groovy

            file("api/build.gradle") << "configurations { api }"
            file("impl/build.gradle") << """
                configurations { util }
                dependencies { util project(path: ':api', configuration: 'api') }
                task build(dependsOn: configurations.util)
            """
    
            when:
            inDirectory("impl")
            run("build")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting_cleanup.cc

      };
      SmallVector<Type, 4> new_result_types;
      for (OpResult result : op->getResults()) {
        if (can_eliminate(result)) continue;
        new_result_types.push_back(result.getType());
      }
    
      // Rebuild the new operation with lesser number of results.
      OpBuilder builder(op);
      Operation *new_op = Operation::create(
          op->getLoc(), op->getName(), new_result_types, op->getOperands(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  7. maven-compat/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java

            List<ArtifactRepository> pomRepositories = null;
    
            Artifact pomArtifact;
    
            Artifact relocatedArtifact = null;
    
            // TODO hack: don't rebuild model if it was already loaded during reactor resolution
            RepositorySystemSession repositorySession = legacySupport.getRepositorySession();
            final WorkspaceReader workspace = repositorySession.getWorkspaceReader();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 09:07:17 UTC 2023
    - 30.3K bytes
    - Viewed (0)
  8. src/cmd/cgo/internal/testshared/shared_test.go

    	if bytes.HasPrefix(data, []byte("!<arch>\n")) {
    		// Change last digit of build ID.
    		// (Content ID in the new content-based build IDs.)
    		const marker = `build id "`
    		i := bytes.Index(data, []byte(marker))
    		if i < 0 {
    			t.Fatal("cannot find build id in archive")
    		}
    		j := bytes.IndexByte(data[i+len(marker):], '"')
    		if j < 0 {
    			t.Fatal("cannot find build id in archive")
    		}
    		i += len(marker) + j - 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  9. hack/update-vendor.sh

      )
    done
    
    
    # Phase 7: update internal modules
    kube::log::status "vendor: updating internal modules" >&11
    hack/update-internal-modules.sh
    
    
    # Phase 8: rebuild vendor directory
    (
      kube::log::status "vendor: running 'go work vendor'" >&11
      unset GOWORK
      unset GOFLAGS
      go work vendor
    )
    
    kube::log::status "vendor: updating vendor/LICENSES" >&11
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:08 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  10. cmd/bucket-targets.go

    				cancel()
    				sys.hMutex.Lock()
    				sys.hc = m
    				sys.hMutex.Unlock()
    			}
    			hcTimer.Reset(defaultHealthCheckDuration)
    		case <-ctx.Done():
    			return
    		}
    	}
    }
    
    // periodically rebuild the healthCheck map from list of targets to clear
    // out stale endpoints
    func (sys *BucketTargetSys) reloadHealthCheckers(ctx context.Context) {
    	m := make(map[string]epHealth)
    	tgts := sys.ListTargets(ctx, "", "")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 01:09:56 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top