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 8*17b5e52fSSebastian Grimberg #ifndef CEED_XSMM_H 9*17b5e52fSSebastian Grimberg #define CEED_XSMM_H 103d576824SJeremy L Thompson 1149aac155SJeremy L Thompson #include <ceed.h> 12f190906aSJed Brown #include <ceed/backend.h> 13f190906aSJed Brown 144548da4eSSebastian Grimberg CEED_INTERN int CeedTensorContractCreate_Xsmm(CeedBasis basis, CeedTensorContract contract); 153d576824SJeremy L Thompson 16*17b5e52fSSebastian Grimberg #endif // CEED_XSMM_H 17