Home
last modified time | relevance | path

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

/libCEED/backends/magma/
H A Dceed-magma-basis.c29 …sis, bool apply_add, CeedInt num_elem, CeedTransposeMode t_mode, CeedEvalMode e_mode, CeedVector u, in CeedBasisApplyCore_Magma() argument
55 …else CeedCheck(e_mode == CEED_EVAL_WEIGHT, ceed, CEED_ERROR_BACKEND, "An input vector is required … in CeedBasisApplyCore_Magma()
60 switch (e_mode) { in CeedBasisApplyCore_Magma()
206 …ight_1d, ceed, CEED_ERROR_BACKEND, "%s not supported; q_weight_1d not set", CeedEvalModes[e_mode]); in CeedBasisApplyCore_Magma()
238 return CeedError(ceed, CEED_ERROR_BACKEND, "%s not supported", CeedEvalModes[e_mode]); in CeedBasisApplyCore_Magma()
248 if (e_mode != CEED_EVAL_WEIGHT) { in CeedBasisApplyCore_Magma()
256 …eedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, CeedEvalMode e_mode, CeedVector u, Cee… in CeedBasisApply_Magma() argument
257 CeedCallBackend(CeedBasisApplyCore_Magma(basis, false, num_elem, t_mode, e_mode, u, v)); in CeedBasisApply_Magma()
261 …eedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, CeedEvalMode e_mode, CeedVector u, Cee… in CeedBasisApplyAdd_Magma() argument
262 CeedCallBackend(CeedBasisApplyCore_Magma(basis, true, num_elem, t_mode, e_mode, u, v)); in CeedBasisApplyAdd_Magma()
[all …]