1*5aed82e4SJeremy L Thompson // Copyright (c) 2017-2024, 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. 3241a4b83SYohann // 43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 5241a4b83SYohann // 63d8e8822SJeremy L Thompson // This file is part of CEED: http://github.com/ceed 7241a4b83SYohann 894b7b29bSJeremy L Thompson #ifndef CEED_CUDA_GEN_OPERATOR_BUILD_H 994b7b29bSJeremy L Thompson #define CEED_CUDA_GEN_OPERATOR_BUILD_H 103d576824SJeremy L Thompson 11eb7e6cafSJeremy L Thompson CEED_INTERN int CeedOperatorBuildKernel_Cuda_gen(CeedOperator op); 123d576824SJeremy L Thompson 1394b7b29bSJeremy L Thompson #endif // CEED_CUDA_GEN_OPERATOR_BUILD_H 14