Home
last modified time | relevance | path

Searched refs:CeedQFunctionContextCreate_Cuda (Results 1 – 3 of 3) sorted by relevance

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref.c62 …SetBackendFunction(ceed, "Ceed", ceed, "QFunctionContextCreate", CeedQFunctionContextCreate_Cuda)); in CeedInit_Cuda_ref()
H A Dceed-cuda-ref.h168 CEED_INTERN int CeedQFunctionContextCreate_Cuda(CeedQFunctionContext ctx);
H A Dceed-cuda-ref-qfunctioncontext.c329 int CeedQFunctionContextCreate_Cuda(CeedQFunctionContext ctx) { in CeedQFunctionContextCreate_Cuda() function