Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for Parallel (0.25 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

               "reserved for the legacy graph export pipeline to maintain expected "
               "invariants. In the case of this pass, that means manually propagating "
               "controls to lifted parallel execute regions to the graph fetch to "
               "ensure the ops execute, as well as determining whether or not the "
               "islands created by this pass should be split after the replicated "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //	    This will only list top-level tests. No subtest or subbenchmarks will be
    //	    shown.
    //
    //	-parallel n
    //	    Allow parallel execution of test functions that call t.Parallel, and
    //	    fuzz targets that call t.Parallel when running the seed corpus.
    //	    The value of this flag is the maximum number of tests to run
    //	    simultaneously.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/net/http/transport_test.go

    	run(t, testTransportPersistConnLeak, testNotParallel)
    }
    func testTransportPersistConnLeak(t *testing.T, mode testMode) {
    	if mode == http2Mode {
    		t.Skip("flaky in HTTP/2")
    	}
    	// Not parallel: counts goroutines
    
    	const numReq = 25
    	gotReqCh := make(chan bool, numReq)
    	unblockCh := make(chan bool, numReq)
    	ts := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    // to relocsym happen in parallel; the assumption is that each
    // parallel thread will have its own state object.
    type relocSymState struct {
    	target *Target
    	ldr    *loader.Loader
    	err    *ErrorReporter
    	syms   *ArchSyms
    }
    
    // makeRelocSymState creates a relocSymState container object to
    // pass to relocsym(). If relocsym() calls happen in parallel,
    // each parallel thread should have its own state object.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				`cidr('192.168.0.0/16').prefixLength() == 16`,
    				`cidr('::1/128').ip().family() == 6`,
    			},
    		},
    	}
    
    	for i := range tests {
    		i := i
    		t.Run(tests[i].name, func(t *testing.T) {
    			t.Parallel()
    			tt := tests[i]
    			if tt.costBudget == 0 {
    				tt.costBudget = celconfig.RuntimeCELCostBudget
    			}
    			ctx := context.TODO()
    			for j := range tt.valid {
    				validRule := tt.valid[j]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "integrity": "sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g=="
        },
        "node_modules/run-parallel": {
          "version": "1.2.0",
          "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
          "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
          "dev": true,
          "funding": [
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  7. src/cmd/vendor/rsc.io/markdown/entity.go

    	"ö":                            "\u00f6",
    	"⌽":                           "\u233d",
    	"∥":                             "\u2225",
    	"¶":                            "\u00b6",
    	"∥":                        "\u2225",
    	"⫳":                          "\u2af3",
    	"⫽":                           "\u2afd",
    	"∂":                            "\u2202",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  8. src/net/http/serve_test.go

    	srv := &Server{
    		ErrorLog: log.New(&ht.logbuf, "", 0),
    		Handler:  ht.handler,
    	}
    	go srv.Serve(ln)
    	<-conn.closec
    	return output.String()
    }
    
    func TestConsumingBodyOnNextConn(t *testing.T) {
    	t.Parallel()
    	defer afterTest(t)
    	conn := new(testConn)
    	for i := 0; i < 2; i++ {
    		conn.readBuf.Write([]byte(
    			"POST / HTTP/1.1\r\n" +
    				"Host: test\r\n" +
    				"Content-Length: 11\r\n" +
    				"\r\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  9. pkg/apis/apps/validation/validation_test.go

    	}, {
    		name: "alphanumeric name",
    		set:  mkStatefulSet(&validPodTemplate, tweakName("abc-123")),
    	}, {
    		name: "hostNetwork true",
    		set:  mkStatefulSet(&validHostNetPodTemplate),
    	}, {
    		name: "parallel pod management",
    		set:  mkStatefulSet(&validPodTemplate, tweakPodManagementPolicy(apps.ParallelPodManagement)),
    	}, {
    		name: "ordered ready pod management",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_set_control_test.go

    }
    
    func (rt *requestTracker) trackParallelRequests() {
    	if !rt.shouldTrackParallelRequests {
    		// do not track parallel requests unless specifically enabled
    		return
    	}
    	if rt.parallelLock.TryLock() {
    		// lock acquired: we are the only or the first concurrent request
    		// initialize the next set of parallel requests
    		rt.parallelRequests = 1
    	} else {
    		// lock is held by other requests
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
Back to top