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. 37d8d0e25Snbeams // 43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 57d8d0e25Snbeams // 63d8e8822SJeremy 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 11*472941f0SJeremy L Thompson CEED_INTERN int BlockGridCalculate_Hip_gen(CeedInt dim, CeedInt num_elem, CeedInt P_1d, CeedInt Q_1d, CeedInt *block_sizes); 127d8d0e25Snbeams CEED_INTERN int CeedHipGenOperatorBuild(CeedOperator op); 133d576824SJeremy L Thompson 143d576824SJeremy L Thompson #endif // _ceed_hip_gen_operator_build_h 15