Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 61 for hardware (0.34 sec)

  1. src/cmd/go/alldocs.go

    //	GOARM64
    //		For GOARCH=arm64, the ARM64 architecture for which to compile.
    //		Valid values are v8.0 (default), v8.{1-9}, v9.{0-5}.
    //		The value can be followed by an option specifying extensions implemented by target hardware.
    //		Valid options are ,lse and ,crypto.
    //		Note that some extensions are enabled by default starting from a certain GOARM64 version;
    //		for example, lse is enabled by default starting from v8.1.
    //	GO386
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.td

        `[b, f, 0, 1]x[o, i, 0, 1]->[b, f, 0, 1]` format and converts it to
        `[b, 0, 1, f]x[0, 1, i, o]->[b, 0, 1, f]` format.
    
        This pass is useful to convert models that conventionally use the NCHW
        format to target hardwares that are more NHWC-friendly.
      }];
      let dependentDialects = ["mlir::stablehlo::StablehloDialect"];
    }
    
    def DeferActivationTransposePass : Pass<"stablehlo-defer-activation-transpose", "mlir::func::FuncOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    //
    // Design doc at https://golang.org/s/go11sched.
    
    // Worker thread parking/unparking.
    // We need to balance between keeping enough running worker threads to utilize
    // available hardware parallelism and parking excessive running worker threads
    // to conserve CPU resources and power. This is not simple for two reasons:
    // (1) scheduler state is intentionally distributed (in particular, per-P work
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. pkg/volume/flexvolume/plugin.go

    	}
    	return flexPlugin, nil
    }
    
    // Init is part of the volume.VolumePlugin interface.
    func (plugin *flexVolumePlugin) Init(host volume.VolumeHost) error {
    	plugin.host = host
    	// Hardwired 'success' as any errors from calling init() will be caught by NewFlexVolumePlugin()
    	return nil
    }
    
    func (plugin *flexVolumePlugin) getExecutable() string {
    	parts := strings.Split(plugin.driverName, "/")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    			}
    
    			if gatherPrintInfo {
    				for ; x != s.pp.Next; x = x.Link {
    					progToValue[x] = v
    				}
    			}
    		}
    		// If this is an empty infinite loop, stick a hardware NOP in there so that debuggers are less confused.
    		if s.bstart[b.ID] == s.pp.Next && len(b.Succs) == 1 && b.Succs[0].Block() == b {
    			p := Arch.Ginsnop(s.pp)
    			p.Pos = p.Pos.WithIsStmt()
    			if b.Pos == src.NoXPos {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              "selector"
            ],
            "type": "object"
          },
          "io.k8s.api.resource.v1alpha2.NamedResourcesInstance": {
            "description": "NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.",
            "properties": {
              "attributes": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  7. RELEASE.md

        are available in Linux x86, Windows x86, and Linux aarch64 packages.
    
        *   **Linux x86 packages:**
            *   oneDNN optimizations are *enabled by default* on CPUs with
                neural-network-focused hardware features such as AVX512_VNNI,
                AVX512_BF16, AMX, etc.
                ([Intel Cascade Lake](https://www.intel.com/content/www/us/en/products/platforms/details/cascade-lake.html)
                and newer CPUs.)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. CREDITS

      of the Contribution causes such combination to be covered by the
      Licensed Patents. The patent license shall not apply to any other
      combinations which include the Contribution. No hardware per se is
      licensed hereunder.
    
      c) Recipient understands that although each Contributor grants the
      licenses to its Contributions set forth herein, no assurances are
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewrite.go

    		return true
    	}
    	return false
    }
    
    // flagConstant represents the result of a compile-time comparison.
    // The sense of these flags does not necessarily represent the hardware's notion
    // of a flags register - these are just a compile-time construct.
    // We happen to match the semantics to those of arm/arm64.
    // Note that these semantics differ from x86: the carry flag has the opposite
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"name": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top