Home
last modified time | relevance | path

Searched refs:compile (Results 1 – 25 of 26) sorted by relevance

12

/libCEED/examples/mfem/
H A DREADME.md5 First compile MFEM and libCEED individually. After that, compile the MFEM example:
/libCEED/examples/deal.II/
H A DREADME.md6 First compile deal.II and libCEED individually. After that, compile the deal.II example:
/libCEED/backends/sycl/
H A Donline_compiler.hpp116 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 Donline_compiler.sycl.cpp186 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 Dceed-sycl-compile.sycl.cpp76 il_binary = compiler.compile(opencl_source, flags);
/libCEED/python/
H A Dbuild_ceed_cffi.py13 ceed_version_ge = re.compile(r'\s+\(!?CEED_VERSION.*')
108 ffibuilder.compile(verbose=True)
/libCEED/examples/fluids/
H A DstdoutParsing.py22 logreg = re.compile(
H A Dpytorch_pkgconfig.py35 regex_ABI = re.compile(r'"(\S*GLIBCXX_USE_CXX11_ABI\S*)"')
/libCEED/julia/LibCEED.jl/docs/src/
H A DMisc.md17 this case, `dim` should be known as a compile-time constant, otherwise it will
H A DUserQFunctions.md129 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 Dindex.md17 CUDA/GPU support, specific compiler flags, etc.) then you should compile your
/libCEED/julia/LibCEED.jl/src/
H A DUserQFunction.jl207 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 DGlobals.jl5 compile-time to use `Float32`. See also `get_scalar_type`.
/libCEED/backends/magma/tuning/
H A DREADME.md21 The `-build-cmd` parameter specifies the command which should be used to compile
/libCEED/julia/LibCEED.jl/
H A DREADME.md9 …D (e.g. CUDA/GPU support, specific compiler flags, etc.) then you should compile your own version …
/libCEED/doc/sphinx/source/
H A Dprecision.md18 …e values of the {code}`CeedScalarType` {code}`enum`, and can be used for compile-time checking of …
H A DCONTRIBUTING.md11 In typical development, every commit should compile, be covered by the test suite, and pass all tes…
H A Dreleasenotes.md149 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 DREADME.md36 …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 Dtutorial-6-shell.ipynb103 "And compile the library by running"
151 "And compile the examples by running"
/libCEED/tests/
H A Djunit_common.py329 keyvalues_pattern = re.compile(r'''
363 args_pattern = re.compile(r'''
/libCEED/
H A DCONTRIBUTING.md11 In typical development, every commit should compile, be covered by the test suite, and pass all tes…
H A DREADME.md383 …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__.py360 illegal_xml_re = re.compile('[%s]' % ''.join(illegal_ranges))
/libCEED/doc/papers/joss/
H A Dpaper.md118 …hematic}), in contrast to systems like FEniCS where UFL forms specify basis degree at compile time.

12