xref: /libCEED/rust/libceed-sys/c-src/backends/hip-gen/ceed-hip-gen-operator-build.h (revision b3e1519b234fedc04be9e4332adea84b1c794820)
17d8d0e25Snbeams // Copyright (c) 2017-2018, Lawrence Livermore National Security, LLC.
27d8d0e25Snbeams // Produced at the Lawrence Livermore National Laboratory. LLNL-CODE-734707.
37d8d0e25Snbeams // All Rights reserved. See files LICENSE and NOTICE for details.
47d8d0e25Snbeams //
57d8d0e25Snbeams // This file is part of CEED, a collection of benchmarks, miniapps, software
67d8d0e25Snbeams // libraries and APIs for efficient high-order finite element and spectral
77d8d0e25Snbeams // element discretizations for exascale applications. For more information and
87d8d0e25Snbeams // source code availability see http://github.com/ceed.
97d8d0e25Snbeams //
107d8d0e25Snbeams // The CEED research is supported by the Exascale Computing Project 17-SC-20-SC,
117d8d0e25Snbeams // a collaborative effort of two U.S. Department of Energy organizations (Office
127d8d0e25Snbeams // of Science and the National Nuclear Security Administration) responsible for
137d8d0e25Snbeams // the planning and preparation of a capable exascale ecosystem, including
147d8d0e25Snbeams // software, applications, hardware, advanced system engineering and early
157d8d0e25Snbeams // testbed platforms, in support of the nation's exascale computing imperative.
167d8d0e25Snbeams 
173d576824SJeremy L Thompson #ifndef _ceed_hip_gen_operator_build_h
183d576824SJeremy L Thompson #define _ceed_hip_gen_operator_build_h
193d576824SJeremy L Thompson 
20*b3e1519bSnbeams CEED_INTERN int BlockGridCalculate(const CeedInt dim, const CeedInt nelem,
21*b3e1519bSnbeams                                    const CeedInt P1d, const CeedInt Q1d,
22*b3e1519bSnbeams                                    CeedInt *block_sizes);
237d8d0e25Snbeams CEED_INTERN int CeedHipGenOperatorBuild(CeedOperator op);
243d576824SJeremy L Thompson 
253d576824SJeremy L Thompson #endif // _ceed_hip_gen_operator_build_h
26