xref: /libCEED/rust/libceed-sys/c-src/backends/avx/ceed-avx.h (revision 80a9ef0545a39c00cdcaab1ca26f8053604f3120)
148fffa06Sjeremylt // Copyright (c) 2017-2018, Lawrence Livermore National Security, LLC.
248fffa06Sjeremylt // Produced at the Lawrence Livermore National Laboratory. LLNL-CODE-734707.
348fffa06Sjeremylt // All Rights reserved. See files LICENSE and NOTICE for details.
448fffa06Sjeremylt //
548fffa06Sjeremylt // This file is part of CEED, a collection of benchmarks, miniapps, software
648fffa06Sjeremylt // libraries and APIs for efficient high-order finite element and spectral
748fffa06Sjeremylt // element discretizations for exascale applications. For more information and
848fffa06Sjeremylt // source code availability see http://github.com/ceed.
948fffa06Sjeremylt //
1048fffa06Sjeremylt // The CEED research is supported by the Exascale Computing Project 17-SC-20-SC,
1148fffa06Sjeremylt // a collaborative effort of two U.S. Department of Energy organizations (Office
1248fffa06Sjeremylt // of Science and the National Nuclear Security Administration) responsible for
1348fffa06Sjeremylt // the planning and preparation of a capable exascale ecosystem, including
1448fffa06Sjeremylt // software, applications, hardware, advanced system engineering and early
1548fffa06Sjeremylt // testbed platforms, in support of the nation's exascale computing imperative.
1648fffa06Sjeremylt 
173d576824SJeremy L Thompson #ifndef _ceed_avx_h
183d576824SJeremy L Thompson #define _ceed_avx_h
193d576824SJeremy L Thompson 
20ec3da8bcSJed Brown #include <ceed/ceed.h>
21ec3da8bcSJed Brown #include <ceed/backend.h>
22*80a9ef05SNatalie Beams 
23*80a9ef05SNatalie Beams CEED_INTERN int CeedTensorContractCreate_f32_Avx(CeedBasis basis,
24*80a9ef05SNatalie Beams     CeedTensorContract contract);
25*80a9ef05SNatalie Beams CEED_INTERN int CeedTensorContractCreate_f64_Avx(CeedBasis basis,
26c71e1dcdSjeremylt     CeedTensorContract contract);
273d576824SJeremy L Thompson 
283d576824SJeremy L Thompson #endif // _ceed_avx_h
29