Home
last modified time | relevance | path

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

/libCEED/backends/sycl-ref/ !
H A Dceed-sycl-ref-qfunction.sycl.cpp87 sycl::range<1> rounded_Q = ((Q + (wg_size - 1)) / wg_size) * wg_size; in CeedQFunctionApply_Sycl() local
88 sycl::nd_range<1> kernel_range(rounded_Q, wg_size); in CeedQFunctionApply_Sycl()