Home
last modified time | relevance | path

Searched full:files (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/libCEED/backends/sycl/
H A Docloc_api.h48 /// 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.gitignore54 # 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 DDoxyfile75 # 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 Dpostprocess_base.py4 # 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 DREADME.md23 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 Dconf.py99 # 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 Dgpu.md13 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 Dfake-sys-include.h3 // Note - files included this way cannot transitively include any files CUDA/ROCm won't compile
/libCEED/python/tests/
H A DREADME.md3 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 Dsetup.cfg2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/interface/
H A Dceed-jit-tools.c2 // 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 Dceed-backend-list.h2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
11 // Include each of those files here.
/libCEED/tests/
H A Dt406-qfunction.h2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
18 // Test duplicate includes of guarded files
/libCEED/doc/
H A DREADME.md20 … 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 DstdoutParsing.py3 # All Rights reserved. See files LICENSE and NOTICE for details.
61 # Directory location of log files
/libCEED/examples/
H A DMakefile3 # 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 Dex_common.py2 # 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-format135 # 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 Dceed-hip-ref-qfunction-load.h2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-qfunction-load.h2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction-load.hpp2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/backends/xsmm/
H A Dceed-xsmm.h2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/backends/avx/
H A Dceed-avx.h2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.hpp2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/backends/weak/
H A Dceed-hip-weak.c2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.

12345678910>>...24