xref: /libCEED/rust/libceed-sys/c-src/backends/cuda-ref/ceed-cuda-ref-qfunction-load.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.
30d0321e0SJeremy L Thompson //
43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
50d0321e0SJeremy L Thompson //
63d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
70d0321e0SJeremy L Thompson 
80d0321e0SJeremy L Thompson #ifndef _ceed_cuda_qfunction_load_h
90d0321e0SJeremy L Thompson #define _ceed_cuda_qfunction_load_h
100d0321e0SJeremy L Thompson 
11*eb7e6cafSJeremy L Thompson CEED_INTERN int CeedQFunctionBuildKernel_Cuda_ref(CeedQFunction qf);
120d0321e0SJeremy L Thompson 
130d0321e0SJeremy L Thompson #endif  // _ceed_cuda_qfunction_load_h
14