Searched defs:kernel_name (Results 1 – 8 of 8) sorted by relevance
42 string kernel_name = "CeedKernelCudaRefQFunction_" + qfunction_name; in CeedQFunctionBuildKernel_Cuda_ref() local
45 string kernel_name = "CeedKernelHipRefQFunction_" + qfunction_name; in CeedQFunctionBuildKernel_Hip_ref() local
70 const char *kernel_name, *kernel_path; in CeedQFunctionApply_Memcheck() local
84 const std::string kernel_name = "CeedKernelSyclRefQFunction_" + std::string(qf_name_view); in CeedQFunctionBuildKernel_Sycl() local
259 int CeedQFunctionGetKernelName(CeedQFunction qf, const char **kernel_name) { in CeedQFunctionGetKernelName()264 const char *kernel_name = strrchr(qf->user_source, ':') + 1; in CeedQFunctionGetKernelName() local295 const char *kernel_name = strrchr(qf->user_source, ':') + 1; in CeedQFunctionGetSourcePath() local
143 int CeedGetKernel_Sycl(Ceed ceed, const SyclModule_t *sycl_module, const std::string &kernel_name, … in CeedGetKernel_Sycl()
264 const char *kernel_name; member
1190 function CeedQFunctionGetKernelName(qf, kernel_name) argument