Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for sc_forward (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_sequencing.cc

                                     func::FuncOp loop_body_func,
                                     const int num_replicas) {
      // Find all the ops that are to be included in the 'sc_forward' function which
      // will be executed on the SparseCore. Note, 'forward_pass_ops' is initially
      // seeded with ops from the input MLIR graph that have the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

                                     func::FuncOp loop_body_func,
                                     const int num_replicas) {
      // Find all the ops that are to be included in the 'sc_forward' function which
      // will be executed on the SparseCore. Note, 'forward_pass_ops' is initially
      // seeded with ops from the input MLIR graph that have the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/embedding_sequencing.mlir

      }
      // Generated functions
      // non_tpu should have to TPU ops - just identity and return (in this test).
      // CHECK: func.func private @_func_non_tpu
      // CHECK-NEXT: tf.Identity
      // CHECK-NEXT: return
    
      // sc_forward should have TPU ops including replicated outputs but not inputs
      // CHECK: func.func private @_func_sc_forward
      // CHECK-NOT: TPUReplicatedInput
      // CHECK-DAG: TPUReplicateMetadata
      // CHECK-DAG: TPUCompilationResult
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 01 21:27:49 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  4. src/runtime/memmove_arm.s

    TEXT runtime·memmove(SB), NOSPLIT, $4-12
    _memmove:
    	MOVW	to+0(FP), TS
    	MOVW	from+4(FP), FROM
    	MOVW	n+8(FP), N
    
    	ADD	N, TS, TE	/* to end pointer */
    
    	CMP	FROM, TS
    	BLS	_forward
    
    _back:
    	ADD	N, FROM		/* from end pointer */
    	CMP	$4, N		/* need at least 4 bytes to copy */
    	BLT	_b1tail
    
    _b4align:				/* align destination on 4 */
    	AND.S	$3, TE, TMP
    	BEQ	_b4aligned
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 5.9K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/preflight/checks_test.go

    			expStr:      []string{"FileContent--proc-sys-net-ipv4-ip_forward", "FileContent--proc-sys-net-ipv6-conf-default-forwarding"},
    		},
    		{
    			testName:    "single stack ipv4",
    			PodSubnet:   "10.244.0.0/16",
    			serviceCidr: "10.96.0.0/16",
    			expStr:      []string{"FileContent--proc-sys-net-ipv4-ip_forward"},
    		},
    		{
    			testName:    "single stack ipv6",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/proxier.go

    	sysctlExpireNoDestConn        = "net/ipv4/vs/expire_nodest_conn"
    	sysctlExpireQuiescentTemplate = "net/ipv4/vs/expire_quiescent_template"
    	sysctlForward                 = "net/ipv4/ip_forward"
    	sysctlArpIgnore               = "net/ipv4/conf/all/arp_ignore"
    	sysctlArpAnnounce             = "net/ipv4/conf/all/arp_announce"
    )
    
    // NewDualStackProxier returns a new Proxier for dual-stack operation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/preflight/checks.go

    	"k8s.io/kubernetes/cmd/kubeadm/app/images"
    	"k8s.io/kubernetes/cmd/kubeadm/app/util/initsystem"
    	utilruntime "k8s.io/kubernetes/cmd/kubeadm/app/util/runtime"
    )
    
    const (
    	ipv4Forward                 = "/proc/sys/net/ipv4/ip_forward"
    	ipv6DefaultForwarding       = "/proc/sys/net/ipv6/conf/default/forwarding"
    	externalEtcdRequestTimeout  = 10 * time.Second
    	externalEtcdRequestRetries  = 3
    	externalEtcdRequestInterval = 5 * time.Second
    )
    
    var (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.13.md

    - Display the usage of ephemeral-storage when using `kubectl describe node` ([#70268](https://github.com/kubernetes/kubernetes/pull/70268), [@Pingan2017](https://github.com/Pingan2017))
    - Added functionality to enable br_netfilter and ip_forward for debian packages to improve kubeadm support for CRI runtime besides Docker.  ([#70152](https://github.com/kubernetes/kubernetes/pull/70152), [@ashwanikhemani](https://github.com/ashwanikhemani))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
Back to top