1*3d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 2*3d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 37d8d0e25Snbeams // 4*3d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 57d8d0e25Snbeams // 6*3d8e8822SJeremy L Thompson // This file is part of CEED: http://github.com/ceed 77d8d0e25Snbeams 83d576824SJeremy L Thompson #ifndef _ceed_hip_gen_operator_build_h 93d576824SJeremy L Thompson #define _ceed_hip_gen_operator_build_h 103d576824SJeremy L Thompson 1137c3b1cfSnbeams CEED_INTERN int BlockGridCalculate_Hip_gen(const CeedInt dim, 1237c3b1cfSnbeams const CeedInt nelem, 13b3e1519bSnbeams const CeedInt P1d, const CeedInt Q1d, 14b3e1519bSnbeams CeedInt *block_sizes); 157d8d0e25Snbeams CEED_INTERN int CeedHipGenOperatorBuild(CeedOperator op); 163d576824SJeremy L Thompson 173d576824SJeremy L Thompson #endif // _ceed_hip_gen_operator_build_h 18