Searched refs:wg_size (Results 1 – 1 of 1) sorted by relevance
86 int wg_size = WG_SIZE_QF; in CeedQFunctionApply_Sycl() local87 sycl::range<1> rounded_Q = ((Q + (wg_size - 1)) / wg_size) * wg_size; in CeedQFunctionApply_Sycl()88 sycl::nd_range<1> kernel_range(rounded_Q, wg_size); in CeedQFunctionApply_Sycl()