Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 13 of 13) sorted by relevance

/libCEED/backends/sycl/
H A Dceed-sycl-compile.sycl.cpp63 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);
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/
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…
/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…