Home
last modified time | relevance | path

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

/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp42 const CeedInt op_len = impl->op_len; in CeedBasisApplyInterp_Sycl() local
60 sycl::local_accessor<CeedScalar> s_mem(op_len + 2 * buf_len, cgh); in CeedBasisApplyInterp_Sycl()
145 const CeedInt op_len = impl->op_len; in CeedBasisApplyGrad_Sycl() local
163 sycl::local_accessor<CeedScalar> s_mem(2 * (op_len + buf_len), cgh); in CeedBasisApplyGrad_Sycl()
584 impl->op_len = Q_1d * P_1d; in CeedBasisCreateTensorH1_Sycl()
H A Dceed-sycl-ref.hpp54 CeedInt op_len; member