Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 85 for Compiler (0.53 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    // easier to write, but generates horrible messages when there is a
    // compiler error, as gcc insists on printing out each template
    // argument, even if it has the default value (this means Types<int>
    // will appear as Types<int, None, None, ..., None> in the compiler
    // errors).
    //
    // Our solution is to combine the best part of the two approaches: a
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 181.3K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    }
    
    func TestGCBits(t *testing.T) {
    	verifyGCBits(t, TypeOf((*byte)(nil)), []byte{1})
    
    	// Building blocks for types seen by the compiler (like [2]Xscalar).
    	// The compiler will create the type structures for the derived types,
    	// including their GC metadata.
    	type Xscalar struct{ x uintptr }
    	type Xptr struct{ x *byte }
    	type Xptrscalar struct {
    		*byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          %compile:2 = "tf._TPUCompileMlir"(...)
          %get_layout = "tf.TPUGetLayoutOp"(%compile#1) {...}
          %copy_to_device = "tf.TPUCopyWithLayout"(%input, %get_layout)
              {device = "/TPU:0"}
          %execute = "tf.TPUExecute"(%copy_to_device, ..., %compile#1)
              {device = "/TPU:0"}
        ```
    
        This way, %compile will determine the layout, which will be respected by
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

                }
                configurations {
                    compile1 {
                        attributes { attribute usage, 'api' }
                    }
                    compile2 {
                        attributes { attribute usage, 'api' }
                    }
                }
                dependencies {
                    compile1 'test:test2:2.3'
                    compile2 'test:test3:3.4'
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  5. src/runtime/proc.go

    		cpu.DebugOptions = true
    	}
    	cpu.Initialize(env)
    
    	// Support cpu feature variables are used in code generated by the compiler
    	// to guard execution of instructions that can not be assumed to be always supported.
    	switch GOARCH {
    	case "386", "amd64":
    		x86HasPOPCNT = cpu.X86.HasPOPCNT
    		x86HasSSE41 = cpu.X86.HasSSE41
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    		reAssemble := false
    		for i := range s.R[nrelocs0:] {
    			s.R[nrelocs0+i] = obj.Reloc{}
    		}
    		s.R = s.R[:nrelocs0] // preserve marker relocations generated by the compiler
    		s.P = s.P[:0]
    		c = 0
    		var pPrev *obj.Prog
    		nops = nops[:0]
    		for p := s.Func().Text; p != nil; p = p.Link {
    			c0 := c
    			c = pjc.padJump(ctxt, s, p, c)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    					sb.SetType(sym.SDYNIMPORT)
    				} else if strings.HasPrefix(ldr.SymName(rs), "go:info.") {
    					// Skip go.info symbols. They are only needed to communicate
    					// DWARF info between the compiler and linker.
    					continue
    				}
    			} else if target.IsPPC64() && ldr.SymName(rs) == ".TOC." {
    				// TOC symbol doesn't have a type but we do assign a value
    				// (see the address pass) and we can resolve it.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                        artifacts {
                            compile rootProject.file("project-artifact.jar")
                        }
                    }
                    project(':app') {
                        dependencies {
                            compile project(':lib-project:producer')
                            compile 'com.test:producer:1.0'
                        }
                    }
                """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

        }
    
        func.return %1 : tensor<2xi32>
      }
    
      //  Tests the case when an outside compiled op with some dynamically shaped input but static output
      //  comes before an outside compiled op with some dynamically shaped input/output.  This ensures that
      //  for the second outside compiled op, all of the inputs are explicitly provided.
    
      // CHECK-LABEL: func @static_output_dynamic_input_outside_compilation
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisSourceModuleResolveCallTestGenerated.java

      }
    
      @Test
      public void testAllFilesPresentInSingleByPsi() {
        KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/components/resolver/singleByPsi"), Pattern.compile("^(.+)\\.kt$"), null, true);
      }
    
      @Test
      @TestMetadata("annotationEntry.kt")
      public void testAnnotationEntry() {
        runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/annotationEntry.kt");
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 215.1K bytes
    - Viewed (0)
Back to top