xref: /libCEED/backends/hip-ref/ceed-hip-ref-qfunction-load.h (revision 94b7b29b41ad8a17add4c577886859ef16f89dec)
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 
8*94b7b29bSJeremy L Thompson #ifndef CEED_HIP_QFUNCTION_LOAD_H
9*94b7b29bSJeremy L Thompson #define CEED_HIP_QFUNCTION_LOAD_H
100d0321e0SJeremy L Thompson 
11eb7e6cafSJeremy L Thompson CEED_INTERN int CeedQFunctionBuildKernel_Hip_ref(CeedQFunction qf);
120d0321e0SJeremy L Thompson 
13*94b7b29bSJeremy L Thompson #endif  // CEED_HIP_QFUNCTION_LOAD_H
14