| /libCEED/backends/sycl/ |
| H A D | ocloc_api.h | 48 /// of source files to be passed to ocloc. 51 /// of source files to be passed to ocloc. 54 /// of source files passed to ocloc as DataSources. 57 /// of source files passed to ocloc as DataSources. 60 /// of header files to be passed to ocloc. 63 /// of header files to be passed to ocloc. 66 /// of header files passed to ocloc as DataInputHeaders. 69 /// of header files passed to ocloc as DataInputHeaders. 74 /// of output files. 77 /// of output files. [all …]
|
| /libCEED/ |
| H A D | .gitignore | 54 # Clang GPU temp files 57 # Output files, videos, and compressed archives should not be added accidentally 90 libCEED.files 93 # latex output files 99 # profiling files
|
| H A D | Doxyfile | 75 # and will distribute the generated files over these directories. Enabling this 76 # option can be useful when feeding doxygen a huge amount of source files, where 77 # putting all generated files in the same directory would otherwise causes 96 # characters to appear in the names of generated files. If set to NO, non-ASCII 171 # before files name in the file list and in the header files. If set to NO the 324 # Doxygen selects the parser to use depending on the extension of the files it 333 # default for Fortran type files). For instance to make doxygen treat .inc files 334 # as Fortran files (default is PHP), and .f files as C (default is Fortran), 337 # Note: For files without extension you can use no_extension as a placeholder. 340 # the files are not read by doxygen. When specifying no_extension you should add [all …]
|
| /libCEED/benchmarks/ |
| H A D | postprocess_base.py | 4 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 10 # Read all input files specified on the command line, or stdin and parse 18 def read_logs(files=None): argument 19 """Read all input files and return pandas DataFrame""" 35 for line in fileinput.input(files):
|
| H A D | README.md | 23 The results from the benchmarks are written to files named `*-output.txt`. 45 Note that the `postprocess-*.py` scripts can read multiple files at a time just 46 by listing them on the command line and also read the standard input if no files
|
| /libCEED/doc/sphinx/source/ |
| H A D | conf.py | 99 # List of patterns, relative to source directory, that match files and 100 # directories to ignore when looking for source files. 118 # sphinxcontrib-bibtex 2.0 requires listing all bibtex files here 147 # Add any paths that contain custom static files (such as style sheets) here, 148 # relative to this directory. They are copied after the builtin static files, 215 # Grouping the document tree into LaTeX files. List of tuples 232 # Grouping the document tree into Texinfo files. List of tuples 265 # A list of files that should not be packed into the epub file.
|
| H A D | gpu.md | 13 The entire contents of this source file and all included files are used during JiT compilation for … 18 All source files must be at the provided filepath at runtime for JiT to function.
|
| /libCEED/tests/test-include/ |
| H A D | fake-sys-include.h | 3 // Note - files included this way cannot transitively include any files CUDA/ROCm won't compile
|
| /libCEED/python/tests/ |
| H A D | README.md | 3 These files provide libCEED for Python tests. Full examples of finite element 20 `python setup-qfunctions.py build`. The files `test-4-qfunction.py` and
|
| H A D | setup.cfg | 2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
|
| /libCEED/interface/ |
| H A D | ceed-jit-tools.c | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 110 …@brief Load source file into initialized string buffer, including full text of local files in plac… 116 @param[in,out] num_file_paths Number of files already included 117 @param[in,out] file_paths Paths of files already included 299 …@brief Load source file into initialized string buffer, including full text of local files in plac… 305 @param[in,out] num_file_paths Number of files already included 306 @param[in,out] file_paths Paths of files already included 327 …@brief Initialize and load source file into string buffer, including full text of local files in p… 328 …) and @ref CeedLoadSourceToInitializedBuffer() if loading multiple source files into the same buff…
|
| /libCEED/backends/ |
| H A D | ceed-backend-list.h | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 11 // Include each of those files here.
|
| /libCEED/tests/ |
| H A D | t406-qfunction.h | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 18 // Test duplicate includes of guarded files
|
| /libCEED/doc/ |
| H A D | README.md | 20 … depends on Doxygen's XML output (via the `breathe` plugin). Build these files in the `xml/` dire… 26 If you are editing documentation, such as the reStructuredText files in `doc/sphinx/source`, you ca…
|
| /libCEED/examples/fluids/ |
| H A D | stdoutParsing.py | 3 # All Rights reserved. See files LICENSE and NOTICE for details. 61 # Directory location of log files
|
| /libCEED/examples/ |
| H A D | Makefile | 3 # reserved. See files LICENSE and NOTICE for details. 42 # Note: Multiple Nek files cannot be built in parallel. The '+' here enables
|
| /libCEED/examples/python/ |
| H A D | ex_common.py | 2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 237 for root, dirs, files in os.walk(path): 238 if name in files:
|
| /libCEED/examples/deal.II/ |
| H A D | .clang-format | 135 # make sure that "../tests.h" appears before all other local include files 136 # such that replacing Assert in tests also applies to the testing header files.
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-qfunction-load.h | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-qfunction-load.h | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-qfunction-load.hpp | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
|
| /libCEED/backends/xsmm/ |
| H A D | ceed-xsmm.h | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
|
| /libCEED/backends/avx/ |
| H A D | ceed-avx.h | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
|
| /libCEED/backends/sycl-gen/ |
| H A D | ceed-sycl-gen-operator-build.hpp | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
|
| /libCEED/backends/weak/ |
| H A D | ceed-hip-weak.c | 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
|