Home
last modified time | relevance | path

Searched refs:ceed_Cuda (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-qfunction.c23 Ceed_Cuda *ceed_Cuda; in CeedQFunctionApply_Cuda() local
33 CeedCallBackend(CeedGetData(ceed, &ceed_Cuda)); in CeedQFunctionApply_Cuda()
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c27 Ceed_Cuda *ceed_Cuda; in CeedBasisApplyTensorCore_Cuda_shared() local
34 CeedCallBackend(CeedGetData(ceed, &ceed_Cuda)); in CeedBasisApplyTensorCore_Cuda_shared()
62 …CeedInt elems_per_block = CeedIntMin(ceed_Cuda->device_prop.maxThreadsDim[2], CeedIntMax(512 / thr… in CeedBasisApplyTensorCore_Cuda_shared()
116 …CeedInt elems_per_block = CeedIntMin(ceed_Cuda->device_prop.maxThreadsDim[2], CeedIntMax(512 / thr… in CeedBasisApplyTensorCore_Cuda_shared()
213 Ceed_Cuda *ceed_Cuda; in CeedBasisApplyAtPointsCore_Cuda_shared() local
232 CeedCallBackend(CeedGetData(ceed, &ceed_Cuda)); in CeedBasisApplyAtPointsCore_Cuda_shared()
326 …CeedInt elems_per_block = CeedIntMin(ceed_Cuda->device_prop.maxThreadsDim[2], CeedIntMax(512 / thr… in CeedBasisApplyAtPointsCore_Cuda_shared()
376 …CeedInt elems_per_block = CeedIntMin(ceed_Cuda->device_prop.maxThreadsDim[2], CeedIntMax(512 / thr… in CeedBasisApplyAtPointsCore_Cuda_shared()
451 Ceed_Cuda *ceed_Cuda; in CeedBasisApplyNonTensorCore_Cuda_shared() local
458 CeedCallBackend(CeedGetData(ceed, &ceed_Cuda)); in CeedBasisApplyNonTensorCore_Cuda_shared()
[all …]