Home
last modified time | relevance | path

Searched full:flags (Results 1 – 18 of 18) sorted by relevance

/libCEED/
H A D.codecov.yml19 flags:
22 flags:
27 flags:
30 flags:
33 flags:
H A DREADME.md41 or, with optimization flags:
47 These optimization flags are used by all languages (C, C++, Fortran) and this makefile variable can…
370 The usual variables like `CC` and `CFLAGS` are used, and optimization flags for all languages can b…
H A DMakefile58 # Compiler flags
115 # Host architecture for setting appropriate flags
118 # Default extra flags by vendor
160 # succeeds with any flags. Users can pass MARCHFLAG=... if desired.
169 # Error checking flags
173 # Compiler flags
418 $(info Compiler Flags:)
629 # Linker Flags
/libCEED/backends/sycl/
H A Dceed-sycl-compile.sycl.cpp61 // TODO: Add architecture flags, optimization flags
63 static inline int CeedJitGetFlags_Sycl(std::vector<std::string> &flags) { in CeedJitGetFlags_Sycl() argument
64flags = {std::string("-cl-std=CL3.0"), std::string("-Dint32_t=int"), std::string("-DCEED_RUNNING_J… in CeedJitGetFlags_Sycl()
72 const std::vector<std::string> &flags = {}) { in CeedJitCompileSource_Sycl() argument
76 il_binary = compiler.compile(opencl_source, flags);
96 " -ze-opt-large-register-file", // flags in CeedLoadModule_Sycl()
127 std::vector<std::string> flags; in CeedBuildModule_Sycl() local
132 CeedCallBackend(CeedJitGetFlags_Sycl(flags)); in CeedBuildModule_Sycl()
133 CeedCallBackend(CeedJitCompileSource_Sycl(ceed, data->sycl_device, jit_source, il_binary, flags)); in CeedBuildModule_Sycl()
/libCEED/backends/xsmm/
H A Dceed-xsmm-tensor.c23 const int flags = (flags_t | flags_ab); in CeedTensorContractApply_Xsmm() local
29 …const libxsmm_gemmfunction kernel = libxsmm_dispatch_gemm(gemm_shape, (libxsmm_bitfield)(flags), (… in CeedTensorContractApply_Xsmm()
43 const int flags = (flags_t | flags_ab); in CeedTensorContractApply_Xsmm() local
49 …const libxsmm_gemmfunction kernel = libxsmm_dispatch_gemm(gemm_shape, (libxsmm_bitfield)(flags), (… in CeedTensorContractApply_Xsmm()
/libCEED/examples/fluids/src/
H A Dboundary_condition.c59 const char *flags[3] = {"-bc_symmetry_x", "-bc_symmetry_y", "-bc_symmetry_z"}; in BoundaryConditionSetUp() local
62 PetscCall(PetscOptionsDeprecated(deprecated[j], flags[j], "libCEED 0.12.0", in BoundaryConditionSetUp()
65 …PetscCall(PetscOptionsBCDefinition(flags[j], "Face IDs to apply symmetry BC", NULL, "symmetry", &b… in BoundaryConditionSetUp()
/libCEED/python/
H A Dceed_basis.py185 ret.flags['WRITEABLE'] = False
216 ret.flags['WRITEABLE'] = False
245 ret.flags['WRITEABLE'] = False
274 ret.flags['WRITEABLE'] = False
H A Dceed_vector.py181 ret.flags['WRITEABLE'] = False
/libCEED/julia/LibCEED.jl/gen/
H A Dgenerator.jl12 # add compiler flags
/libCEED/julia/LibCEED.jl/docs/src/
H A DLibCEED.md5 support, architecture-specific compiler flags, etc.), users can use LibCEED.jl
H A Dindex.md17 CUDA/GPU support, specific compiler flags, etc.) then you should compile your
/libCEED/julia/LibCEED.jl/
H A DREADME.md9 … of a specific build of libCEED (e.g. CUDA/GPU support, specific compiler flags, etc.) then you sh…
/libCEED/rust/libceed-sys/
H A DREADME.md32 If you need custom flags for the C project, we recommend using `make -C c-src configure` to cache a…
/libCEED/rust/libceed-sys/c-src/
H A DMakefile58 # Compiler flags
115 # Host architecture for setting appropriate flags
118 # Default extra flags by vendor
160 # succeeds with any flags. Users can pass MARCHFLAG=... if desired.
169 # Error checking flags
173 # Compiler flags
418 $(info Compiler Flags:)
629 # Linker Flags
/libCEED/include/ceed/
H A Dbackend.h34 /// This macro provides the ability to disable optimization flags for functions that are sensitive …
48 /// This macro restores previously set optimization flags after CeedPragmaOptimizeOff.
/libCEED/examples/nek/
H A Dnek-examples.sh133 # Set flags
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md32 - Add `CeedGetBuildConfiguration()` to access compilers, flags, and related information about the b…
182 … use this feature, one should adhere to relative paths only, not compiler flags like `-I`, which t…
/libCEED/examples/fluids/
H A Dindex.md924 The reference state is selected using the `-reference_{velocity,pressure,temperature}` flags (Eucli…