Searched refs:required (Results 1 – 16 of 16) sorted by relevance
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 23 static CeedInt ComputeBlockSizeFromRequirement(const CeedInt required) { in ComputeBlockSizeFromRequirement() argument 28 if (currentSize > required) break; in ComputeBlockSizeFromRequirement() 59 CeedInt required = thread_1d * thread_1d; in ComputeBasisThreadBlockSizes() local 61 block_sizes[0] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes() 64 block_sizes[1] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes() 67 required = CeedIntMax(64, Q_1d * Q_1d); in ComputeBasisThreadBlockSizes() 68 block_sizes[2] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes() 73 CeedInt required = thread_1d * thread_1d; in ComputeBasisThreadBlockSizes() local 75 block_sizes[0] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes() 78 block_sizes[1] = CeedIntMax(256, ComputeBlockSizeFromRequirement(required)); in ComputeBasisThreadBlockSizes() [all …]
|
| /libCEED/examples/fluids/ |
| H A D | conv_plot.py | 31 required=True,
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | C.md | 15 the `LibCEED` module, unless other specific low-level functionality is required.
|
| H A D | index.md | 111 The macro version can provide better performance if a closure is required, and
|
| /libCEED/tests/ |
| H A D | README.md | 5 The tests are organized by API object, and some tests are further organized, as required.
|
| /libCEED/ |
| H A D | NOTICE | 3 1. This notice is required to be provided under our contract with the U.S.
|
| H A D | README.md | 34 The CEED library, `libceed`, is a C99 library with no required dependencies, and with Fortran, Pyth… 198 A 'development' or 'debugging' version of Valgrind with headers is required to use this backend. 203 The LIBXSMM `main` development branch from 7 April 2024 or newer is required. 209 ROCm version 4.2 or newer is required. 217 MAGMA version 2.5.0 or newer is required. 235 Nek5000 v18.0 or greater is required.
|
| H A D | RELEASING.md | 85 # Collection of sources required to complete build
|
| H A D | Doxyfile | 1630 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
|
| /libCEED/backends/magma/tuning/ |
| H A D | generate_tuning.py | 80 required=True)
|
| /libCEED/doc/sphinx/source/ |
| H A D | gpu.md | 14 Include statements for system headers that are required for CPU compilation but are not available i…
|
| H A D | libCEEDdev.md | 24 A Ceed backend is not required to implement all libCeed objects or {ref}`CeedOperator` methods. 57 This reduced the memory required to utilize this backend significantly. 83 …eliminating intermediate data structures and reducing the total number of kernel launches required. 146 …Data synchronization is not required for the memory location returned by {c:func}`CeedVectorGetArr…
|
| H A D | libCEEDapi.md | 47 The required integrals are computed by splitting them as a sum over the mesh elements, mapping each… 180 …umed that the host application manages the global **T-vectors** and the required communications am… 186 The communications among the devices, e.g. required for applying the action of $\bm{P}$, are curren… 264 …licit use of compatible arguments for {code}`math` library functions is required, and variable-len…
|
| H A D | releasenotes.md | 103 Due to a limitation of the OCCA parser, typedefs are required to use pointers to arrays in QFunctio…
|
| /libCEED/examples/nek/ |
| H A D | SIZE.in | 82 C are required for Steady State Solutions. If you are not using
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 73 …blems or incorporate into legacy applications, especially when strong preconditioners are required.
|