Lines Matching +full:- +full:t
1 // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 // SPDX-License-Identifier: BSD-2-Clause
12 #include "ceed-xsmm.h"
14 //------------------------------------------------------------------------------
16 //------------------------------------------------------------------------------
17 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContractApply_Xsmm() argument
21 const int flags_t = LIBXSMM_GEMM_FLAGS(!t_mode ? 'T' : 'N', 'N'); in CeedTensorContractApply_Xsmm()
35 gemm_param.a.primary = (CeedScalar *)&t[0]; in CeedTensorContractApply_Xsmm()
41 const int flags_t = LIBXSMM_GEMM_FLAGS('N', t_mode ? 'T' : 'N'); in CeedTensorContractApply_Xsmm()
55 gemm_param.b.primary = (CeedScalar *)&t[0]; in CeedTensorContractApply_Xsmm()
65 //------------------------------------------------------------------------------
67 //------------------------------------------------------------------------------
73 //------------------------------------------------------------------------------