Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 231 for current$ (2.99 sec)

  1. .bazelrc

    # See https://developer.nvidia.com/cuda-gpus#compute
    # `compute_XY` enables PTX embedding in addition to SASS. PTX
    # is forward compatible beyond the current compute capability major
    # release while SASS is only forward compatible inside the current
    # major release. Example: sm_80 kernels can run on sm_89 GPUs but
    # not on sm_90 GPUs. compute_80 kernels though can also run on sm_90 GPUs.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    					$.each(this.data.core.to_load, function (i, val) {
    						if(val == "#") { return true; }
    						if($(val).length) { current.push(val); }
    						else { remaining.push(val); }
    					});
    					if(current.length) {
    						this.data.core.to_load = remaining;
    						$.each(current, function (i, val) {
    							if(!_this._is_loaded(val)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  3. hack/local-up-cluster.sh

    ENABLE_HOSTPATH_PROVISIONER=${ENABLE_HOSTPATH_PROVISIONER:-"false"}
    CLAIM_BINDER_SYNC_PERIOD=${CLAIM_BINDER_SYNC_PERIOD:-"15s"} # current k8s default
    ENABLE_CONTROLLER_ATTACH_DETACH=${ENABLE_CONTROLLER_ATTACH_DETACH:-"true"} # current default
    LOCAL_STORAGE_CAPACITY_ISOLATION=${LOCAL_STORAGE_CAPACITY_ISOLATION:-"true"} # current default
    # This is the default dir and filename where the apiserver will generate a self-signed cert
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/regalloc.go

    	nospill regMask
    
    	// mask of registers currently in use
    	used regMask
    
    	// mask of registers used since the start of the current block
    	usedSinceBlockStart regMask
    
    	// mask of registers used in the current instruction
    	tmpused regMask
    
    	// current block we're working on
    	curBlock *Block
    
    	// cache of use records
    	freeUseRecords *use
    
    	// endRegs[blockid] is the register state at the end of each block.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  5. src/runtime/mgc.go

    	markDoneSema uint32
    
    	bgMarkDone uint32 // cas to 1 when at a background mark completion point
    	// Background mark completion signaling
    
    	// mode is the concurrency mode of the current GC cycle.
    	mode gcMode
    
    	// userForced indicates the current GC cycle was forced by an
    	// explicit user call.
    	userForced bool
    
    	// initialHeapLive is the value of gcController.heapLive at the
    	// beginning of this GC cycle.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    			},
    		},
    		{name: "percent comparison using intOrString",
    			obj: map[string]interface{}{
    				"min":       "50%",
    				"current":   5,
    				"available": 10,
    			},
    			schema: objectTypePtr(map[string]schema.Structural{
    				"min":       intOrStringType(),
    				"current":   integerType,
    				"available": integerType,
    			}),
    			expectCost: map[string]int64{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		}
    		return ret
    	}
    
    	cases := []struct {
    		name    string
    		current *config.Config
    		new     *config.Config
    
    		added     []host.Name
    		deleted   []host.Name
    		updated   []host.Name
    		unchanged []host.Name
    	}{
    		{
    			name:      "same config",
    			current:   updatedHTTPDNS,
    			new:       updatedHTTPDNS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  8. guava/src/com/google/common/util/concurrent/Futures.java

         * outputs users get when calling this with <Foo> and calling it with <@Nullable Foo>. The only
         * difference is that calling it with <Foo> won't work when an input Future has a @Nullable
         * type. So why even make that error possible by giving callers the choice?
         *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

        // considered valid. We don't protect writing to has_owner_ here, as it's
        // the caller's responsibility to ensure that the current thread holds the
        // mutex when this is called.
        has_owner_ = false;
        GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_unlock(&mutex_));
      }
    
      // Does nothing if the current thread holds the mutex. Otherwise, crashes
      // with high probability.
      void AssertHeld() const {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

                 */
                false);
          }
        }
      }
    
      // TODO(lukes): investigate using the @Contended annotation on these fields when jdk8 is
      // available.
      /**
       * This field encodes the current state of the future.
       *
       * <p>The valid values are:
       *
       * <ul>
       *   <li>{@code null} initial state, nothing has happened.
       *   <li>{@link Cancellation} terminal state, {@code cancel} was called.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
Back to top