Searched refs:ComputeLocalRange (Results 1 – 1 of 1) sorted by relevance
| /libCEED/backends/sycl-shared/ |
| H A D | ceed-sycl-shared-basis.sycl.cpp | 22 static int ComputeLocalRange(Ceed ceed, CeedInt dim, CeedInt thread_1d, CeedInt *local_range, CeedI… in ComputeLocalRange() function 188 CeedCallBackend(ComputeLocalRange(ceed, dim, thread_1d, interp_lrange)); in CeedBasisCreateTensorH1_Sycl_shared() 193 CeedCallBackend(ComputeLocalRange(ceed, dim, thread_1d, grad_lrange)); in CeedBasisCreateTensorH1_Sycl_shared() 196 CeedCallBackend(ComputeLocalRange(ceed, dim, Q_1d, impl->weight_local_range)); in CeedBasisCreateTensorH1_Sycl_shared()
|