Home
last modified time | relevance | path

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

12345678910>>...95

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dscrypt.cpp191 CRYPTOPP_ASSERT(parallelization != 0); in ValidateParameters()
199 if (parallelization == 0) in ValidateParameters()
214 CRYPTOPP_ASSERT(parallelization <= static_cast<word64>(std::numeric_limits<int>::max())); in ValidateParameters()
215 if (parallelization > static_cast<word64>(std::numeric_limits<int>::max())) in ValidateParameters()
218 oss << " parallelization " << parallelization << " is larger than "; in ValidateParameters()
227 const word64 prod = static_cast<word64>(blockSize) * parallelization; in ValidateParameters()
245 bool xyLimit = (maxElems >= static_cast<word128>(parallelization) * blockSize * 128U); in ValidateParameters()
250 bool xyLimit = (blockSize < maxElems / 128U / parallelization); in ValidateParameters()
266 word64 cost=0, blockSize=0, parallelization=0; in DeriveKey() local
273 if(params.GetValue("Parallelization", parallelization) == false) in DeriveKey()
[all …]
H A Dscrypt.h88 …const byte *salt, size_t saltLen, word64 cost=2, word64 blockSize=8, word64 parallelization=1) con… in NAMESPACE_BEGIN()
98 …ValidateParameters(size_t derivedlen, word64 cost, word64 blockSize, word64 parallelization) const; in NAMESPACE_BEGIN()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dscrypt.cpp191 CRYPTOPP_ASSERT(parallelization != 0); in ValidateParameters()
199 if (parallelization == 0) in ValidateParameters()
214 CRYPTOPP_ASSERT(parallelization <= static_cast<word64>(std::numeric_limits<int>::max())); in ValidateParameters()
215 if (parallelization > static_cast<word64>(std::numeric_limits<int>::max())) in ValidateParameters()
218 oss << " parallelization " << parallelization << " is larger than "; in ValidateParameters()
227 const word64 prod = static_cast<word64>(blockSize) * parallelization; in ValidateParameters()
245 bool xyLimit = (maxElems >= static_cast<word128>(parallelization) * blockSize * 128U); in ValidateParameters()
250 bool xyLimit = (blockSize < maxElems / 128U / parallelization); in ValidateParameters()
266 word64 cost=0, blockSize=0, parallelization=0; in DeriveKey() local
273 if(params.GetValue("Parallelization", parallelization) == false) in DeriveKey()
[all …]
H A Dscrypt.h88 …const byte *salt, size_t saltLen, word64 cost=2, word64 blockSize=8, word64 parallelization=1) con… in NAMESPACE_BEGIN()
98 …ValidateParameters(size_t derivedlen, word64 cost, word64 blockSize, word64 parallelization) const; in NAMESPACE_BEGIN()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dscrypt.cpp191 CRYPTOPP_ASSERT(parallelization != 0); in ValidateParameters()
199 if (parallelization == 0) in ValidateParameters()
214 CRYPTOPP_ASSERT(parallelization <= static_cast<word64>(std::numeric_limits<int>::max())); in ValidateParameters()
215 if (parallelization > static_cast<word64>(std::numeric_limits<int>::max())) in ValidateParameters()
218 oss << " parallelization " << parallelization << " is larger than "; in ValidateParameters()
227 const word64 prod = static_cast<word64>(blockSize) * parallelization; in ValidateParameters()
245 bool xyLimit = (maxElems >= static_cast<word128>(parallelization) * blockSize * 128U); in ValidateParameters()
250 bool xyLimit = (blockSize < maxElems / 128U / parallelization); in ValidateParameters()
266 word64 cost=0, blockSize=0, parallelization=0; in DeriveKey() local
273 if(params.GetValue("Parallelization", parallelization) == false) in DeriveKey()
[all …]
H A Dscrypt.h88 …const byte *salt, size_t saltLen, word64 cost=2, word64 blockSize=8, word64 parallelization=1) con… in NAMESPACE_BEGIN()
98 …ValidateParameters(size_t derivedlen, word64 cost, word64 blockSize, word64 parallelization) const; in NAMESPACE_BEGIN()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dscrypt.cpp191 CRYPTOPP_ASSERT(parallelization != 0); in ValidateParameters()
199 if (parallelization == 0) in ValidateParameters()
214 CRYPTOPP_ASSERT(parallelization <= static_cast<word64>(std::numeric_limits<int>::max())); in ValidateParameters()
215 if (parallelization > static_cast<word64>(std::numeric_limits<int>::max())) in ValidateParameters()
218 oss << " parallelization " << parallelization << " is larger than "; in ValidateParameters()
227 const word64 prod = static_cast<word64>(blockSize) * parallelization; in ValidateParameters()
245 bool xyLimit = (maxElems >= static_cast<word128>(parallelization) * blockSize * 128U); in ValidateParameters()
250 bool xyLimit = (blockSize < maxElems / 128U / parallelization); in ValidateParameters()
266 word64 cost=0, blockSize=0, parallelization=0; in DeriveKey() local
273 if(params.GetValue("Parallelization", parallelization) == false) in DeriveKey()
[all …]
H A Dscrypt.h88 …const byte *salt, size_t saltLen, word64 cost=2, word64 blockSize=8, word64 parallelization=1) con…
98 …ValidateParameters(size_t derivedlen, word64 cost, word64 blockSize, word64 parallelization) const;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyUploadAccountRequest.php28 public $parallelization; variable in Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest
93 public function setParallelization($parallelization) argument
95 $this->parallelization = $parallelization;
99 return $this->parallelization;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyUploadAccountRequest.php28 public $parallelization; variable in Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest
93 public function setParallelization($parallelization) argument
95 $this->parallelization = $parallelization;
99 return $this->parallelization;
/dports/math/blaze/blaze-3.8/cmake/
H A DSMP.h.in4 // \brief Configuration of the shared-memory parallelization
37 /*!\brief Compilation switch for the (de-)activation of the shared-memory parallelization
40 // This compilation switch enables/disables the shared-memory parallelization. In case the switch
41 // is set to 1 (i.e. in case the shared-memory parallelization is enabled), the Blaze library is
42 // allowed to execute operations in parallel. In case the switch is set to 0 (i.e. parallelization
45 // Possible settings for the shared-memory parallelization switch:
49 // \note It is possible to (de-)activate the shared-memory parallelization via command line or by
/dports/math/nfft/nfft-3.5.2/
H A DAUTHORS43 - OpenMP parallelization of nfft (/kernel/nfft)
44 - OpenMP parallelization of nfsft (/kernel/nfsft)
45 - OpenMP parallelization of fast summation (/applications/fastsum)
48 - OpenMP parallelization of nfsoft (/kernel/nfsoft)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SparseTensor/Transforms/
H A DPasses.td25 Option<"parallelization", "parallelization-strategy", "int32_t", "0",
26 "Set the parallelization strategy">,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SparseTensor/Transforms/
H A DPasses.td25 Option<"parallelization", "parallelization-strategy", "int32_t", "0",
26 "Set the parallelization strategy">,
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SparseTensor/Transforms/
H A DPasses.td25 Option<"parallelization", "parallelization-strategy", "int32_t", "0",
26 "Set the parallelization strategy">,
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dmap.hpp42 static Function create(const std::string& parallelization,
96 virtual std::string parallelization() const { return "serial"; } in parallelization() function in casadi::Map
202 std::string parallelization() const override { return "openmp"; } in parallelization() function in casadi::OmpMap
241 std::string parallelization() const override { return "thread"; } in parallelization() function in casadi::ThreadMap
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/config/
H A Dopenmp.cmake13 set(OpenMP_C_FLAGS CACHE STRING "C compiler flags for OpenMP parallelization" FORCE)
14 set(OpenMP_CXX_FLAGS CACHE STRING "CXX compiler flags for OpenMP parallelization" FORCE)
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/project/
H A DNEWS.2.6.06 RAWConverter : Add progress management support, and parallelization of tasks using ThreadWeave…
7 DNGConverter : Add progress management support, and parallelization of tasks using ThreadWeave…
8 RedEyesRemoval : Add progress management support, and parallelization of tasks using ThreadWeave…
9 …s listview support, progress management support, multithreading, and parallelization of tasks usin…
10 SendImages : Dialog Layout improvements, progress management support, and parallelization of…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/SparseTensor/
H A Dsparse_parallel.mlir1 // RUN: mlir-opt %s -sparsification="parallelization-strategy=0" | \
3 // RUN: mlir-opt %s -sparsification="parallelization-strategy=1" | \
5 // RUN: mlir-opt %s -sparsification="parallelization-strategy=2" | \
7 // RUN: mlir-opt %s -sparsification="parallelization-strategy=3" | \
9 // RUN: mlir-opt %s -sparsification="parallelization-strategy=4" | \
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/Linalg/
H A Dsparse_parallel.mlir1 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=0" | \
3 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=1" | \
5 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=2" | \
7 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=3" | \
9 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=4" | \
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/SparseTensor/
H A Dsparse_parallel.mlir1 // RUN: mlir-opt %s -sparsification="parallelization-strategy=0" | \
3 // RUN: mlir-opt %s -sparsification="parallelization-strategy=1" | \
5 // RUN: mlir-opt %s -sparsification="parallelization-strategy=2" | \
7 // RUN: mlir-opt %s -sparsification="parallelization-strategy=3" | \
9 // RUN: mlir-opt %s -sparsification="parallelization-strategy=4" | \
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/SparseTensor/
H A Dsparse_parallel.mlir1 // RUN: mlir-opt %s -sparsification="parallelization-strategy=0" | \
3 // RUN: mlir-opt %s -sparsification="parallelization-strategy=1" | \
5 // RUN: mlir-opt %s -sparsification="parallelization-strategy=2" | \
7 // RUN: mlir-opt %s -sparsification="parallelization-strategy=3" | \
9 // RUN: mlir-opt %s -sparsification="parallelization-strategy=4" | \
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/Linalg/
H A Dsparse_parallel.mlir1 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=0" | \
3 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=1" | \
5 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=2" | \
7 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=3" | \
9 // RUN: mlir-opt %s -test-sparsification="parallelization-strategy=4" | \
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/SparseTensor/
H A Dsparse_parallel.mlir1 // RUN: mlir-opt %s -sparsification="parallelization-strategy=0" | \
3 // RUN: mlir-opt %s -sparsification="parallelization-strategy=1" | \
5 // RUN: mlir-opt %s -sparsification="parallelization-strategy=2" | \
7 // RUN: mlir-opt %s -sparsification="parallelization-strategy=3" | \
9 // RUN: mlir-opt %s -sparsification="parallelization-strategy=4" | \
/dports/science/nest/nest-simulator-3.1/cmake/Platform/
H A DJURON_Clang.cmake26 set( OpenMP_C_FLAGS "-fopenmp" CACHE STRING "Compier flag for OpenMP parallelization" FORCE )
32 set(OpenMP_CXX_FLAGS "-fopenmp" CACHE STRING "Compiler flags for OpenMP parallelization" FORCE )
33 set(OpenMP_C_FLAGS "-fopenmp" CACHE STRING "Compiler flags for OpenMP parallelization" FORCE )

12345678910>>...95