Home
last modified time | relevance | path

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

/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp82 sycl::group work_group = work_item.get_group(); in CeedBasisApplyInterp_Sycl() local
84 const CeedInt group_size = work_group.get_local_linear_range(); in CeedBasisApplyInterp_Sycl()
85 const CeedInt elem = work_group.get_group_linear_id(); in CeedBasisApplyInterp_Sycl()
185 sycl::group work_group = work_item.get_group(); in CeedBasisApplyGrad_Sycl() local
187 const CeedInt group_size = work_group.get_local_linear_range(); in CeedBasisApplyGrad_Sycl()
188 const CeedInt elem = work_group.get_group_linear_id(); in CeedBasisApplyGrad_Sycl()