| /libCEED/tests/ |
| H A D | junit_common.py | 34 if not issubclass(type, Enum): 191 Optional[str]: Skip reason, or `None` if test case should not be skipped 247 return 'not found' not in proc.stderr.decode('utf-8') 285 RuntimeError: If open or close is not a single character 341 if not match: # empty 360 if not 'name' in known.keys(): 421 # Files should not be empty 427 return f'Number of lines in {test_csv} and {true_csv} do not match' 438 return f'Commented line found in {test_csv} at line {n} but not in {true_csv}' 440 return f'Commented line found in {true_csv} at line {n} but not in {test_csv}' [all …]
|
| H A D | junit.py | 32 help='print details for all runs, not just failures') 111 Optional[str]: Skip reason, or `None` if test case should not be skipped 114 return 'CUDA ref backend not supported' 116 return 'CUDA shared backend not supported' 133 if 'Backend does not implement' in stderr: 134 return f'Backend does not implement' 136 return f'Device memory not supported' 138 return f'Device memory not supported' 139 elif 'Test not implemented in single precision' in stderr: 140 return f'Test not implemented in single precision' [all …]
|
| H A D | t130-vector.c | 19 // Do not do this! in main() 33 // Do not do this! in main()
|
| /libCEED/ |
| H A D | NOTICE | 11 process disclosed, or represents that its use would not infringe 15 services by trade name, trademark, manufacturer or otherwise does not 18 LLC. The views and opinions of authors expressed herein do not necessarily 20 National Security, LLC, and shall not be used for advertising or product
|
| H A D | Doxyfile | 60 # in the documentation. The maximum height of the logo should not exceed 55 61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 165 # operators of the base classes will not be shown. 218 # Javadoc-style will behave just like regular comments and it will not be 239 # not recognized any more. 340 # the files are not read by doxygen. When specifying no_extension you should add 360 # they do not have an id attribute. 375 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 403 # type. If this is not the case, or you want to show the methods anyway, you 438 # Note that this feature does not work in combination with [all …]
|
| H A D | LICENSE | 17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 21 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
| H A D | RELEASING.md | 31 …eed.so` and checking for public symbols (capital letters like `T` and `D` that are not namespaced). 33 2. Double check testing on any architectures that may not be exercised in continuous integration (e… 34 While unsupported changes do not prevent release, it's polite to make a PR to support the new relea… 133 The _development_ tests may use features which were not available in the most recent release, and s… 145 ### Reminder about manual publishing (not needed with CI)
|
| /libCEED/interface/ |
| H A D | ceed-config.c | 20 builds, it does not identify builds from other commits. 25 …This could occur if Git is not installed or if libCEED is not being built from a repository, for e… 39 @brief Set whether or not to use Clang when compiling for GPU (instead of nvrtc)
|
| /libCEED/examples/fluids/src/ |
| H A D | petsc_ops.c | 73 …"X_loc (%" PetscInt_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")… in OperatorApplyContextCreate() 76 …"X_loc size (%" PetscInt_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", X_size… in OperatorApplyContextCreate() 82 …"Y_loc (%" PetscInt_FMT ") not correct size for CeedOperator active output size (%" CeedSize_FMT "… in OperatorApplyContextCreate() 85 …"Y_loc size (%" PetscInt_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", Y_size… in OperatorApplyContextCreate() 91 …"x_ceed (%" CeedSize_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT "… in OperatorApplyContextCreate() 94 …"x_ceed size (%" CeedSize_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", x_cee… in OperatorApplyContextCreate() 100 …"y_ceed (%" CeedSize_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT "… in OperatorApplyContextCreate() 103 …"y_ceed size (%" CeedSize_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", y_cee… in OperatorApplyContextCreate() 169 …* This is primarily used for when the active input/ouput vector does not correspond to a `DM` obje… 170 * `DMGetLocalVector` are not applicable. [all …]
|
| /libCEED/examples/python/ |
| H A D | ex3_volume.py | 48 if not args.quiet: 58 # Check - Gallery not supported 60 print("Gallery QFunction not supported for example 3") 78 if not args.quiet: 93 if not args.quiet: 162 if not args.test:
|
| H A D | ex1_volume.py | 48 if not args.quiet: 73 if not args.quiet: 88 if not args.quiet: 165 if not args.test:
|
| H A D | ex2_surface.py | 49 if not args.quiet: 74 if not args.quiet: 89 if not args.quiet: 170 if not args.test:
|
| /libCEED/python/ |
| H A D | build_ceed_cffi.py | 18 if (line.startswith("#") and not line.startswith("#include")): 43 # does not seem possible to obtain the bath that libceed_build_ext has/will 62 if re.search("ceed-f32.h", line) is not None: 67 elif re.search("ceed-f64.h", line) is not None: 75 lines = [line for line in lines if not line.startswith("#include")]
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Context.jl | 25 Copy mode `OWN_POINTER` is not supported by this interface because Julia-allocated objects 37 # Store a reference to the context data so that it will not be GC'd before 46 error("set_data!: copy mode OWN_POINTER is not supported")
|
| /libCEED/examples/mfem/ |
| H A D | Makefile | 43 # Generate an error message if the MFEM library is not built and exit 45 $(if $(wildcard $@),,$(error The MFEM library is not built)) 49 MFEM config file not found. Please set MFEM_DIR))
|
| /libCEED/backends/sycl-gen/ |
| H A D | ceed-sycl-gen-operator-build.sycl.cpp | 103 "Backend does not implement restriction only identity operators"); in CeedOperatorBuildKernel_Sycl_gen() 154 …return CeedError(ceed, CEED_ERROR_BACKEND, "Backend does not implement operators with non-tensor b… in CeedOperatorBuildKernel_Sycl_gen() 177 …return CeedError(ceed, CEED_ERROR_BACKEND, "Backend does not implement operators with non-tensor b… in CeedOperatorBuildKernel_Sycl_gen() 324 break; // TODO: Not implemented in CeedOperatorBuildKernel_Sycl_gen() 326 break; // TODO: Not implemented in CeedOperatorBuildKernel_Sycl_gen() 382 break; // Should not occur in CeedOperatorBuildKernel_Sycl_gen() 386 …return CeedError(CeedOperatorReturnCeed(op), CEED_ERROR_BACKEND, "%s not supported", CeedEvalModes… in CeedOperatorBuildKernel_Sycl_gen() 387 break; // Should not occur in CeedOperatorBuildKernel_Sycl_gen() 482 break; // TODO: Not implemented in CeedOperatorBuildKernel_Sycl_gen() 484 break; // TODO: Not implemented in CeedOperatorBuildKernel_Sycl_gen() [all …]
|
| /libCEED/include/ceed/ |
| H A D | types.h | 21 The `inline` declaration does not necessarily enforce a compiler to inline a function. 93 VLA is a C99 feature that is not supported by the C++ dialect used by CUDA. 159 /// With nonterminal errors the object state has not been modified, but with terminal errors the ob… 196 /// Implementation will copy the values and not store the passed pointer. 198 /// Implementation can use and modify the data provided by the user, but does not take ownership. 201 …/// The user should not assume that the pointer remains valid after ownership has been transferred.
|
| /libCEED/examples/deal.II/ |
| H A D | CMakeLists.txt | 6 IF(NOT ${deal.II_FOUND}) 8 "*** Could not locate deal.II. ***\n\n"
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | LICENSE | 17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 21 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
| /libCEED/gallery/ |
| H A D | ceed-gallery-list.h | 8 // This header does not have guards because it is included multiple times. 11 …rder listed, and also to define weak symbol aliases for @ref CeedQFunction that are not configured.
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDdev.md | 24 A Ceed backend is not required to implement all libCeed objects or {ref}`CeedOperator` methods. 28 …eed` will provide the implementation of any libCeed objects that parent backend does not implement. 46 As internal data layouts are specific to backend families, it is generally not possible to delegate… 87 These backends provide better performance for {ref}`CeedBasis` kernels but do not have the improvem… 105 …- Backends may choose to use a non-strided E-vector layout; however, the `t2**` tests will not fun… 118 …given precision and memory type, a backend should only have 'owned' or 'borrowed' memory, not both. 146 …Data synchronization is not required for the memory location returned by {c:func}`CeedVectorGetArr… 235 7. Do not put a blank line immediately before `return CEED_ERROR_SUCCESS;`. 236 8. All libCEED functions must use Doxygen comment blocks before their *definition* (not declaration…
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 36 // num_comp (num_comp not currently used, but may be again in other basis 121 …CeedCheck(data->d_interp_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; interp_1d not set", Ceed… in CeedBasisApplyTensorCore_Hip_shared() 168 …CeedCheck(data->d_grad_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; grad_1d not set", CeedEval… in CeedBasisApplyTensorCore_Hip_shared() 220 …CeedCheck(data->d_q_weight_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; q_weights_1d not set",… in CeedBasisApplyTensorCore_Hip_shared() 249 return CeedError(ceed, CEED_ERROR_BACKEND, "%s not supported", CeedEvalModes[eval_mode]); in CeedBasisApplyTensorCore_Hip_shared() 483 return CeedError(ceed, CEED_ERROR_BACKEND, "%s not supported", CeedEvalModes[eval_mode]); in CeedBasisApplyAtPointsCore_Hip_shared() 540 …CeedCheck(data->d_interp_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; interp not set", CeedEva… in CeedBasisApplyNonTensorCore_Hip_shared() 563 …CeedCheck(data->d_grad_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; grad not set", CeedEvalMod… in CeedBasisApplyNonTensorCore_Hip_shared() 586 …CeedCheck(data->d_q_weight_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; q_weights not set", Ce… in CeedBasisApplyNonTensorCore_Hip_shared() 605 return CeedError(ceed, CEED_ERROR_BACKEND, "%s not supported", CeedEvalModes[eval_mode]); in CeedBasisApplyNonTensorCore_Hip_shared()
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 53 …CeedCheck(data->d_interp_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; interp_1d not set", Ceed… in CeedBasisApplyTensorCore_Cuda_shared() 103 …CeedCheck(data->d_grad_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; grad_1d not set", CeedEval… in CeedBasisApplyTensorCore_Cuda_shared() 156 …CeedCheck(data->d_q_weight_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; q_weights_1d not set",… in CeedBasisApplyTensorCore_Cuda_shared() 183 return CeedError(ceed, CEED_ERROR_BACKEND, "%s not supported", CeedEvalModes[eval_mode]); in CeedBasisApplyTensorCore_Cuda_shared() 420 return CeedError(ceed, CEED_ERROR_BACKEND, "%s not supported", CeedEvalModes[eval_mode]); in CeedBasisApplyAtPointsCore_Cuda_shared() 476 …CeedCheck(data->d_interp_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; interp not set", CeedEva… in CeedBasisApplyNonTensorCore_Cuda_shared() 500 …CeedCheck(data->d_grad_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; grad not set", CeedEvalMod… in CeedBasisApplyNonTensorCore_Cuda_shared() 524 …CeedCheck(data->d_q_weight_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; q_weights not set", Ce… in CeedBasisApplyNonTensorCore_Cuda_shared() 544 return CeedError(ceed, CEED_ERROR_BACKEND, "%s not supported", CeedEvalModes[eval_mode]); in CeedBasisApplyNonTensorCore_Cuda_shared()
|
| /libCEED/backends/sycl/ |
| H A D | online_compiler.sycl.cpp | 31 // // The mock plugin does not have an associated library, so we allow nullptr 112 // The initial versions of ocloc library did not have the oclocVersion() in compileToSPIRV() 178 if (SpirV.empty()) throw online_compile_error("Unexpected output: ocloc did not return SPIR-V"); in compileToSPIRV() 189 …throw online_compile_error(std::string("The output format version (") + Version + ") is not suppor… in compile() 200 …throw online_compile_error(std::string("The output format version (") + Version + ") is not suppor… in compile()
|
| /libCEED/benchmarks/ |
| H A D | benchmark.sh | 67 -d|--dry-run show (but do not run) the commands for the tests 84 # We require the examples to be already built because we do not know what 87 echo "Error: example is not built: $example" 161 echo "Test script not found: '$1'"; $exit_cmd 1 278 echo "Standard output is not a terminal. Stop." | tee -a $output_file
|