xref: /libCEED/rust/libceed-sys/c-src/backends/cuda-gen/ceed-cuda-gen-operator-build.h (revision eb7e6cafeb5d6cc94d59355f95e7bc9ae3fc1c25)
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.
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 
83d576824SJeremy L Thompson #ifndef _ceed_cuda_gen_operator_build_h
93d576824SJeremy L Thompson #define _ceed_cuda_gen_operator_build_h
103d576824SJeremy L Thompson 
11*eb7e6cafSJeremy L Thompson CEED_INTERN int CeedOperatorBuildKernel_Cuda_gen(CeedOperator op);
123d576824SJeremy L Thompson 
133d576824SJeremy L Thompson #endif  // _ceed_cuda_gen_operator_build_h
14