Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for addSdk (0.14 sec)

  1. ChangeLog.md

    - [`KT-67602`](https://youtrack.jetbrains.com/issue/KT-67602) Compose gradle plugin: a deprecated plugin option 'experimentalStrongSkipping' is added by default that causes a warning
    - [`KT-67200`](https://youtrack.jetbrains.com/issue/KT-67200) Compose gradle plugin: 'suppressKotlinVersionCompatibilityCheck' option is duplicated if added as a kotlin option for the KotlinCompile task and kapt is used
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    The key updated docs are:
    
    * Python Types Intro:
        * [Type Hints with Metadata Annotations](https://fastapi.tiangolo.com/python-types/#type-hints-with-metadata-annotations).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    //   "\08\02*\08\08\01\1A\01\01\22\01\00"
    
    // CHECK-LABEL: infeed_dequeue_tuple_sharding
    func.func @infeed_dequeue_tuple_sharding() -> tensor<8xi32> {
      // CHECK: "mhlo.infeed"
      // An additional sharding is added at the end to account for token result.
      // Proto debug string:
      //   type: TUPLE
      //   tuple_shardings {
      //     type: MAXIMAL
      //     tile_assignment_dimensions: 1
      //     tile_assignment_devices: 0
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewrite386.go

    		v.AddArg3(base, val, mem)
    		return true
    	}
    	return false
    }
    func rewriteValue386_Op386ADDSD(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (ADDSD x l:(MOVSDload [off] {sym} ptr mem))
    	// cond: canMergeLoadClobber(v, l, x) && clobber(l)
    	// result: (ADDSDload x [off] {sym} ptr mem)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteARM.go

    			v.AddArg3(x, y, a)
    			return true
    		}
    		break
    	}
    	return false
    }
    func rewriteValueARM_OpARMADDD(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (ADDD a (MULD x y))
    	// cond: a.Uses == 1 && buildcfg.GOARM.Version >= 6
    	// result: (MULAD a x y)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			a := v_0
    			if v_1.Op != OpARMMULD {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
Back to top