13d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 23d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 38d713cf6Sjeremylt // 43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 58d713cf6Sjeremylt // 63d8e8822SJeremy L Thompson // This file is part of CEED: http://github.com/ceed 78d713cf6Sjeremylt 83d576824SJeremy L Thompson #ifndef _ceed_xsmm_h 93d576824SJeremy L Thompson #define _ceed_xsmm_h 103d576824SJeremy L Thompson 1149aac155SJeremy L Thompson #include <ceed.h> 12f190906aSJed Brown #include <ceed/backend.h> 13f190906aSJed Brown 14*4548da4eSSebastian Grimberg CEED_INTERN int CeedTensorContractCreate_Xsmm(CeedBasis basis, CeedTensorContract contract); 153d576824SJeremy L Thompson 163d576824SJeremy L Thompson #endif // _ceed_xsmm_h 17