Home
last modified time | relevance | path

Searched defs:kernel_name (Results 1 – 8 of 8) sorted by relevance

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-qfunction-load.cpp42 string kernel_name = "CeedKernelCudaRefQFunction_" + qfunction_name; in CeedQFunctionBuildKernel_Cuda_ref() local
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-qfunction-load.cpp45 string kernel_name = "CeedKernelHipRefQFunction_" + qfunction_name; in CeedQFunctionBuildKernel_Hip_ref() local
/libCEED/backends/memcheck/
H A Dceed-memcheck-qfunction.c70 const char *kernel_name, *kernel_path; in CeedQFunctionApply_Memcheck() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction-load.sycl.cpp84 const std::string kernel_name = "CeedKernelSyclRefQFunction_" + std::string(qf_name_view); in CeedQFunctionBuildKernel_Sycl() local
/libCEED/interface/
H A Dceed-qfunction.c259 int CeedQFunctionGetKernelName(CeedQFunction qf, const char **kernel_name) { in CeedQFunctionGetKernelName()
264 const char *kernel_name = strrchr(qf->user_source, ':') + 1; in CeedQFunctionGetKernelName() local
295 const char *kernel_name = strrchr(qf->user_source, ':') + 1; in CeedQFunctionGetSourcePath() local
/libCEED/backends/sycl/
H A Dceed-sycl-compile.sycl.cpp143 int CeedGetKernel_Sycl(Ceed ceed, const SyclModule_t *sycl_module, const std::string &kernel_name, … in CeedGetKernel_Sycl()
/libCEED/include/
H A Dceed-impl.h264 const char *kernel_name; member
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1190 function CeedQFunctionGetKernelName(qf, kernel_name) argument