Searched defs:num_defines (Results 1 – 2 of 2) sorted by relevance
| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 37 const CeedInt num_defines, va_list args) { in CeedCompileCore_Hip() 178 int CeedCompile_Hip(Ceed ceed, const char *source, hipModule_t *module, const CeedInt num_defines, … in CeedCompile_Hip() 190 …, const char *source, bool *is_compile_good, hipModule_t *module, const CeedInt num_defines, ...) { in CeedTryCompile_Hip()
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 72 const CeedInt num_defines, va_list args) { in CeedCompileCore_Cuda() 407 int CeedCompile_Cuda(Ceed ceed, const char *source, CUmodule *module, const CeedInt num_defines, ..… in CeedCompile_Cuda() 419 …eed, const char *source, bool *is_compile_good, CUmodule *module, const CeedInt num_defines, ...) { in CeedTryCompile_Cuda()
|