Home
last modified time | relevance | path

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

/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp62 …sSyclInterp<is_transpose>>(kernel_range, [=](sycl::nd_item<1> work_item, sycl::kernel_handler kh) { in CeedBasisApplyInterp_Sycl() argument
65 const CeedInt dim = kh.get_specialization_constant<BASIS_DIM_ID>(); in CeedBasisApplyInterp_Sycl()
66 const CeedInt num_comp = kh.get_specialization_constant<BASIS_NUM_COMP_ID>(); in CeedBasisApplyInterp_Sycl()
67 const CeedInt P_1d = kh.get_specialization_constant<BASIS_P_1D_ID>(); in CeedBasisApplyInterp_Sycl()
68 const CeedInt Q_1d = kh.get_specialization_constant<BASIS_Q_1D_ID>(); in CeedBasisApplyInterp_Sycl()
165 …sisSyclGrad<is_transpose>>(kernel_range, [=](sycl::nd_item<1> work_item, sycl::kernel_handler kh) { in CeedBasisApplyGrad_Sycl() argument
168 const CeedInt dim = kh.get_specialization_constant<BASIS_DIM_ID>(); in CeedBasisApplyGrad_Sycl()
169 const CeedInt num_comp = kh.get_specialization_constant<BASIS_NUM_COMP_ID>(); in CeedBasisApplyGrad_Sycl()
170 const CeedInt P_1d = kh.get_specialization_constant<BASIS_P_1D_ID>(); in CeedBasisApplyGrad_Sycl()
171 const CeedInt Q_1d = kh.get_specialization_constant<BASIS_Q_1D_ID>(); in CeedBasisApplyGrad_Sycl()