Home
last modified time | relevance | path

Searched defs:group_size (Results 1 – 3 of 3) sorted by relevance

/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-read-write-templates.h17 const CeedInt group_size = get_local_size(0) * get_local_size(1) * get_local_size(2); in loadMatrix() local
H A Dsycl-gen-templates.h22 const CeedInt group_size = get_local_size(0) * get_local_size(1) * get_local_size(2); in loadMatrix() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp84 const CeedInt group_size = work_group.get_local_linear_range(); in CeedBasisApplyInterp_Sycl() local
187 const CeedInt group_size = work_group.get_local_linear_range(); in CeedBasisApplyGrad_Sycl() local