| /libCEED/examples/mfem/ |
| H A D | README.md | 5 First compile MFEM and libCEED individually. After that, compile the MFEM example:
|
| /libCEED/examples/deal.II/ |
| H A D | README.md | 6 First compile deal.II and libCEED individually. After that, compile the deal.II example:
|
| /libCEED/backends/sycl/ |
| H A D | online_compiler.hpp | 116 std::vector<byte> compile(const std::string &src, const Tys &...args); 195 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &src, const… 211 std::vector<byte> online_compiler<source_language::cm>::compile(const std::string &src, const std::…
|
| H A D | online_compiler.sycl.cpp | 186 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &Source, co… in compile() function in sycl::ext::libceed::online_compiler 197 std::vector<byte> online_compiler<source_language::cm>::compile(const std::string &Source, const st… in compile() function in sycl::ext::libceed::online_compiler
|
| H A D | ceed-sycl-compile.sycl.cpp | 76 il_binary = compiler.compile(opencl_source, flags);
|
| /libCEED/python/ |
| H A D | build_ceed_cffi.py | 13 ceed_version_ge = re.compile(r'\s+\(!?CEED_VERSION.*') 108 ffibuilder.compile(verbose=True)
|
| /libCEED/examples/fluids/ |
| H A D | stdoutParsing.py | 22 logreg = re.compile(
|
| H A D | pytorch_pkgconfig.py | 35 regex_ABI = re.compile(r'"(\S*GLIBCXX_USE_CXX11_ABI\S*)"')
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | Misc.md | 17 this case, `dim` should be known as a compile-time constant, otherwise it will
|
| H A D | UserQFunctions.md | 129 compile-time constants. 132 of the problem. When the user Q-function is defined, LibCEED.jl will JIT compile 135 compile-time constant, allowing for (static) dispatch based on the value of 176 `CeedDim(dim)`, which allows for compile-time dispatch, since `dim` is a
|
| H A D | index.md | 17 CUDA/GPU support, specific compiler flags, etc.) then you should compile your
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | UserQFunction.jl | 207 The definitions of form `const=val` are used for definitions which will be compile-time 210 compile-time constant. 227 array. `dim` is given as a compile-time constant, and so the array `J` is statically
|
| H A D | Globals.jl | 5 compile-time to use `Float32`. See also `get_scalar_type`.
|
| /libCEED/backends/magma/tuning/ |
| H A D | README.md | 21 The `-build-cmd` parameter specifies the command which should be used to compile
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | README.md | 9 …D (e.g. CUDA/GPU support, specific compiler flags, etc.) then you should compile your own version …
|
| /libCEED/doc/sphinx/source/ |
| H A D | precision.md | 18 …e values of the {code}`CeedScalarType` {code}`enum`, and can be used for compile-time checking of …
|
| H A D | CONTRIBUTING.md | 11 In typical development, every commit should compile, be covered by the test suite, and pass all tes…
|
| H A D | releasenotes.md | 149 This reduces time to compile the library and increases the range of parameters for which the MAGMA … 180 - `CeedScalar` can now be set as `float` or `double` at compile time.
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 36 …iple language bindings at once, a few seconds can be cut out of the edit/compile/test loop by disa…
|
| /libCEED/examples/python/ |
| H A D | tutorial-6-shell.ipynb | 103 "And compile the library by running" 151 "And compile the examples by running"
|
| /libCEED/tests/ |
| H A D | junit_common.py | 329 keyvalues_pattern = re.compile(r''' 363 args_pattern = re.compile(r'''
|
| /libCEED/ |
| H A D | CONTRIBUTING.md | 11 In typical development, every commit should compile, be covered by the test suite, and pass all tes…
|
| H A D | README.md | 383 …config](https://en.wikipedia.org/wiki/Pkg-config) file that can be used to easily compile and link.
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 360 illegal_xml_re = re.compile('[%s]' % ''.join(illegal_ranges))
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 118 …hematic}), in contrast to systems like FEniCS where UFL forms specify basis degree at compile time.
|