Home
last modified time | relevance | path

Searched refs:parallelization (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-scrypt.js66 parallelization: 1, property
77 parallelization: 16, property
88 parallelization: 1, property
101 { p: 1, parallelization: 1 }, // Both p and parallelization property
/third_party/node/tools/
Dbuild-addons.js12 const parallelization = +process.env.JOBS || require('os').cpus().length; constant
53 for (let i = 0; i < parallelization; ++i)
/third_party/node/lib/internal/crypto/
Dscrypt.js104 if (options.parallelization !== undefined) {
106 p = options.parallelization;
/third_party/boost/libs/numeric/odeint/doc/
Dtutorial_parallel.qbk18 odeint currently supports parallelization with OpenMP and MPI, as described in
22 parallelization of the system function, which is still the user's
36 In the easiest parallelization approach with OpenMP we use a standard `vector`
50 Additional to providing the stepper with OpenMP parallelization we also need
61 As you can see, the parallelization is completely hidden in the stepper and the
81 a more exact control of the parallelization.
Dtutorial_thrust_cuda.qbk18 parallelization. They are designed to execute many operations in
22 [important Thrust also supports parallelization using OpenMP and Intel Threading Building Blocks (T…
25 parallelization into odeint. The examples discussed below are focused on GPU parallelization, thoug…
/third_party/openssl/doc/man7/
Dscrypt.pod19 used hash function and p is the parallelization factor. Both r and p need to be
/third_party/mesa3d/src/compiler/nir/
DREADME33 usually for the purpose of parallelization (which we're not interested in), and
/third_party/boost/libs/sort/doc/
Dblock_indirect_sort.qbk123 There are two primary categories of parallelization in sorting algorithms.
/third_party/openssl/test/
DREADME.ssltest.md50 64kB chunks (but limited by MaxFragmentSize and available parallelization, see
/third_party/boost/libs/graph_parallel/doc/
Ddijkstra_shortest_paths.rst287 parallelization opportunities, whereas large values will expose more
Ddehne_gotz_min_spanning_tree.rst134 direct parallelization of the sequential MST algorithm by
/third_party/node/doc/api/
Dcrypto.md2872 description: The `cost`, `blockSize` and `parallelization` option names
2883 * `parallelization` {number} Parallelization parameter. **Default:** `1`.
2886 * `p` {number} Alias for `parallelization`. Only one of both may be specified.
2932 description: The `cost`, `blockSize` and `parallelization` option names
2943 * `parallelization` {number} Parallelization parameter. **Default:** `1`.
2946 * `p` {number} Alias for `parallelization`. Only one of both may be specified.
/third_party/python/Doc/library/
Dhashlib.rst287 *n* is the CPU/Memory cost factor, *r* the block size, *p* parallelization
Dunittest.rst2354 parallelization and they break test isolation. They should be used with care.
/third_party/python/Misc/
DHISTORY15962 (with a hardwired threshold of 2048 bytes), allowing better parallelization