Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for 512g (0.38 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    	SYS_SETFSUID                = 5120
    	SYS_SETFSGID                = 5121
    	SYS_GETSID                  = 5122
    	SYS_CAPGET                  = 5123
    	SYS_CAPSET                  = 5124
    	SYS_RT_SIGPENDING           = 5125
    	SYS_RT_SIGTIMEDWAIT         = 5126
    	SYS_RT_SIGQUEUEINFO         = 5127
    	SYS_RT_SIGSUSPEND           = 5128
    	SYS_SIGALTSTACK             = 5129
    	SYS_UTIME                   = 5130
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    	SYS_SETFSUID                = 5120
    	SYS_SETFSGID                = 5121
    	SYS_GETSID                  = 5122
    	SYS_CAPGET                  = 5123
    	SYS_CAPSET                  = 5124
    	SYS_RT_SIGPENDING           = 5125
    	SYS_RT_SIGTIMEDWAIT         = 5126
    	SYS_RT_SIGQUEUEINFO         = 5127
    	SYS_RT_SIGSUSPEND           = 5128
    	SYS_SIGALTSTACK             = 5129
    	SYS_UTIME                   = 5130
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGLoggingOutputCaptureIntegrationTest.groovy

    </suite>"""
    
            when: succeeds "test"
    
            then:
            if (VersionNumber.parse(version.toString()) > VersionNumber.parse('5.12.1')) {
                // Broken in 5.12.1, fixed in 5.13
                assert containsLinesThatMatch(result.output,
                    "Gradle Test Executor \\d+ -> static out",
                    "Gradle Test Executor \\d+ -> static err",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:51:39 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  4. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

    performanceTest.registerTestProject("ktsManyProjects", KtsProjectGeneratorTask) {
        projects = 100
        sourceFiles = 0
        daemonMemory = '512m'
    }
    
    performanceTest.registerTestProject("ktsSmall", KtsProjectGeneratorTask) {
        daemonMemory = '512m'
    }
    
    // === Native Software Model ===
    performanceTest.registerTestProject("smallNative", NativeProjectGeneratorTask) {
        projects = 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  5. src/runtime/memmove_test.go

    	Escape(p)
    	b.ResetTimer()
    	for i := 0; i < b.N; i++ {
    		*p = [256 / 4]uint32{}
    	}
    }
    
    func BenchmarkClearFat512(b *testing.B) {
    	p := new([512 / 4]uint32)
    	Escape(p)
    	b.ResetTimer()
    	for i := 0; i < b.N; i++ {
    		*p = [512 / 4]uint32{}
    	}
    }
    
    func BenchmarkClearFat1024(b *testing.B) {
    	p := new([1024 / 4]uint32)
    	Escape(p)
    	b.ResetTimer()
    	for i := 0; i < b.N; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:12 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/passes/insert_custom_aggregation_ops.cc

                CalibrationOptions::CALIBRATION_METHOD_HISTOGRAM_PERCENTILE);
            auto calibration_parameters =
                CalibrationOptions::CalibrationParameters();
            calibration_parameters.set_num_bins(512);
            calibration_parameters.set_min_percentile(0.001);
            calibration_parameters.set_max_percentile(99.999);
            calib_opts_.mutable_calibration_parameters()->CopyFrom(
                calibration_parameters);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  7. cmd/object-api-datatypes.go

    	{"BETWEEN_64_MB_AND_128_MB", humanize.MiByte * 64, humanize.MiByte*128 - 1},
    	{"BETWEEN_128_MB_AND_512_MB", humanize.MiByte * 128, humanize.MiByte*512 - 1},
    	{"GREATER_THAN_512_MB", humanize.MiByte * 512, math.MaxInt64},
    }
    
    // ObjectsHistogramIntervals is the list of all intervals
    // of object sizes to be included in objects histogram.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  8. internal/grid/benchmark_test.go

    			return &testResponse{
    				OrgNum:    req.Num,
    				OrgString: req.String,
    				Embedded:  *req,
    			}, nil
    		}))
    		errFatal(err)
    	}
    	const payloadSize = 512
    	rng := rand.New(rand.NewSource(time.Now().UnixNano()))
    	payload := make([]byte, payloadSize)
    	_, err = rng.Read(payload)
    	errFatal(err)
    
    	// Wait for all to connect
    	// Parallel writes per server.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  9. tests/integration/pilot/tunneling_test.go

    	{
    		Port:        3128,
    		HTTPVersion: forwardproxy.HTTP1,
    		TLSEnabled:  false,
    	},
    	{
    		Port:        4128,
    		HTTPVersion: forwardproxy.HTTP1,
    		TLSEnabled:  true,
    	},
    	{
    		Port:        5128,
    		HTTPVersion: forwardproxy.HTTP2,
    		TLSEnabled:  false,
    	},
    	{
    		Port:        6128,
    		HTTPVersion: forwardproxy.HTTP2,
    		TLSEnabled:  true,
    	},
    }
    
    var requestsSpec = []testRequestSpec{
    	{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config.cc

      // Use a pointer for the static set, so the set is not destructed upon thread
      // end, which would not be thread safe.
    
      static auto* ops = [] {
        llvm::SmallDenseSet<mlir::TypeID, 512>* ops_set = new llvm::SmallDenseSet<
            mlir::TypeID, 512>{
            TypeID::get<TF::AcoshOp>(),
            TypeID::get<TF::AcosOp>(),
            TypeID::get<TF::AddNOp>(),
            TypeID::get<TF::AddV2Op>(),
            TypeID::get<TF::AngleOp>(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top