Home
last modified time | relevance | path

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

/libCEED/backends/avx/
H A Dceed-avx-tensor.c45 CeedInt t_stride_0 = B, t_stride_1 = 1; in CeedTensorContract_Avx_Blocked() local
48 t_stride_0 = 1; in CeedTensorContract_Avx_Blocked()
62 rtype tqv = set1(t[(j + jj) * t_stride_0 + b * t_stride_1]); in CeedTensorContract_Avx_Blocked()
85 rtype tqv = set1(t[(j + jj) * t_stride_0 + b * t_stride_1]); in CeedTensorContract_Avx_Blocked()
107 CeedInt t_stride_0 = B, t_stride_1 = 1; in CeedTensorContract_Avx_Remainder() local
110 t_stride_0 = 1; in CeedTensorContract_Avx_Remainder()
132 fmadd(vv[jj], tqu, set1(t[(j + jj) * t_stride_0 + b * t_stride_1])); in CeedTensorContract_Avx_Remainder()
141 const CeedScalar tq = t[j * t_stride_0 + b * t_stride_1]; in CeedTensorContract_Avx_Remainder()
156 CeedInt t_stride_0 = B, t_stride_1 = 1; in CeedTensorContract_Avx_Single() local
159 t_stride_0 = 1; in CeedTensorContract_Avx_Single()
[all …]
/libCEED/backends/ref/
H A Dceed-ref-tensor.c18 CeedInt t_stride_0 = B, t_stride_1 = 1; in CeedTensorContractApply_Ref() local
21 t_stride_0 = 1; in CeedTensorContractApply_Ref()
32 CeedScalar tq = t[j * t_stride_0 + b * t_stride_1]; in CeedTensorContractApply_Ref()
/libCEED/backends/opt/
H A Dceed-opt-tensor.c19 CeedInt t_stride_0 = B, t_stride_1 = 1; in CeedTensorContractApply_Core_Opt() local
22 t_stride_0 = 1; in CeedTensorContractApply_Core_Opt()
29 CeedScalar tq = t[j * t_stride_0 + b * t_stride_1]; in CeedTensorContractApply_Core_Opt()