Home
last modified time | relevance | path

Searched refs:num_defines (Results 1 – 5 of 5) sorted by relevance

/libCEED/backends/hip/
H A Dceed-hip-compile.cpp37 const CeedInt num_defines, va_list args) { in CeedCompileCore_Hip() argument
65 if (num_defines > 0) { in CeedCompileCore_Hip()
69 for (int i = 0; i < num_defines; i++) { in CeedCompileCore_Hip()
178 int CeedCompile_Hip(Ceed ceed, const char *source, hipModule_t *module, const CeedInt num_defines, … in CeedCompile_Hip() argument
182 va_start(args, num_defines); in CeedCompile_Hip()
183 …eedInt ierr = CeedCompileCore_Hip(ceed, source, true, &is_compile_good, module, num_defines, args); in CeedCompile_Hip()
190 …, const char *source, bool *is_compile_good, hipModule_t *module, const CeedInt num_defines, ...) { in CeedTryCompile_Hip() argument
193 va_start(args, num_defines); in CeedTryCompile_Hip()
194 …eedInt ierr = CeedCompileCore_Hip(ceed, source, false, is_compile_good, module, num_defines, args); in CeedTryCompile_Hip()
H A Dceed-hip-compile.h15 …eedCompile_Hip(Ceed ceed, const char *source, hipModule_t *module, const CeedInt num_defines, ...);
16 …d, const char *source, bool *is_compile_good, hipModule_t *module, const CeedInt num_defines, ...);
/libCEED/backends/cuda/
H A Dceed-cuda-compile.h15 … CeedCompile_Cuda(Ceed ceed, const char *source, CUmodule *module, const CeedInt num_defines, ...);
16 …ceed, const char *source, bool *is_compile_good, CUmodule *module, const CeedInt num_defines, ...);
H A Dceed-cuda-compile.cpp72 const CeedInt num_defines, va_list args) { in CeedCompileCore_Cuda() argument
95 if (num_defines > 0) { in CeedCompileCore_Cuda()
99 for (int i = 0; i < num_defines; i++) { in CeedCompileCore_Cuda()
407 int CeedCompile_Cuda(Ceed ceed, const char *source, CUmodule *module, const CeedInt num_defines, ..… in CeedCompile_Cuda() argument
411 va_start(args, num_defines); in CeedCompile_Cuda()
412 …edInt ierr = CeedCompileCore_Cuda(ceed, source, true, &is_compile_good, module, num_defines, args); in CeedCompile_Cuda()
419 …eed, const char *source, bool *is_compile_good, CUmodule *module, const CeedInt num_defines, ...) { in CeedTryCompile_Cuda() argument
422 va_start(args, num_defines); in CeedTryCompile_Cuda()
423 …edInt ierr = CeedCompileCore_Cuda(ceed, source, false, is_compile_good, module, num_defines, args); in CeedTryCompile_Cuda()
/libCEED/include/ceed/
H A Dbackend.h273 CEED_EXTERN int CeedGetJitDefines(Ceed ceed, CeedInt *num_defines, const char ***jit_defines);