Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for hardware (0.25 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. api/openapi-spec/swagger.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: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top