Searched refs:work_group (Results 1 – 1 of 1) sorted by relevance
82 sycl::group work_group = work_item.get_group(); in CeedBasisApplyInterp_Sycl() local84 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() local187 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()