Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for stage1 (0.18 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    See the `link:{groovyDslPath}/org.gradle.api.file.ProjectLayout.html[ProjectLayout]` interface for details.
    
    Note that, at this stage, Gradle will not print deprecation warnings if you still use `Project.buildDir`.
    We know this is a big change and want to give time for authors of major plugins to move away from its usage first.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  2. src/cmd/link/internal/loader/loader.go

    // become regular linker symbols and symbols go on the Sub list of
    // their section) and for constructing the global offset table when
    // internally linking a dynamic executable.
    //
    // Note that in later stages of the linker, we set Outer(S) to some
    // container symbol C, but don't set Sub(C). Thus we have two
    // distinct scenarios:
    //
    // - Outer symbol covers the address ranges of its sub-symbols.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    of variables, and when the next desired state does not change, it can avoid
    reformatting. We associate a set of variables on a device with a formatting
    state, and TPUReshardVariablesOps compares the current state with a desired
    state (which can be the compilation result). If they mismatch,
    TPUReshardVariablesOp reformats the variables to the desired state; if they
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm/asm5.go

    	var v int
    	for p = p.Link; p != nil; p = p.Link {
    		c.pc = p.Pc
    		o = c.oplook(p)
    		opc = int32(p.Pc)
    		c.asmout(p, o, out[:])
    		m = int(o.size)
    
    		if m%4 != 0 || p.Pc%4 != 0 {
    			ctxt.Diag("final stage: pc invalid: %v size=%d", p, m)
    		}
    
    		if int64(pc) > p.Pc {
    			ctxt.Diag("PC padding invalid: want %#d, has %#d: %v", p.Pc, pc, p)
    		}
    		for int64(pc) != p.Pc {
    			// emit 0xe1a00000 (MOVW R0, R0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
Back to top