xref: /libCEED/rust/libceed-sys/c-src/backends/cuda-ref/ceed-cuda-ref-qfunction-load.h (revision 5aed82e4fa97acf4ba24a7f10a35f5303a6798e0)
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.
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 
894b7b29bSJeremy L Thompson #ifndef CEED_CUDA_QFUNCTION_LOAD_H
994b7b29bSJeremy L Thompson #define CEED_CUDA_QFUNCTION_LOAD_H
100d0321e0SJeremy L Thompson 
11eb7e6cafSJeremy L Thompson CEED_INTERN int CeedQFunctionBuildKernel_Cuda_ref(CeedQFunction qf);
120d0321e0SJeremy L Thompson 
1394b7b29bSJeremy L Thompson #endif  // CEED_CUDA_QFUNCTION_LOAD_H
14