xref: /libCEED/rust/libceed-sys/c-src/backends/sycl-ref/ceed-sycl-ref-qfunction-load.hpp (revision 5aed82e4fa97acf4ba24a7f10a35f5303a6798e0)
1*5aed82e4SJeremy L Thompson // Copyright (c) 2017-2024, Lawrence Livermore National Security, LLC and other CEED contributors.
2bd882c8aSJames Wright // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3bd882c8aSJames Wright //
4bd882c8aSJames Wright // SPDX-License-Identifier: BSD-2-Clause
5bd882c8aSJames Wright //
6bd882c8aSJames Wright // This file is part of CEED:  http://github.com/ceed
7bd882c8aSJames Wright 
817b5e52fSSebastian Grimberg #ifndef CEED_SYCL_QFUNCTION_LOAD_HPP
917b5e52fSSebastian Grimberg #define CEED_SYCL_QFUNCTION_LOAD_HPP
10bd882c8aSJames Wright 
11eb7e6cafSJeremy L Thompson CEED_INTERN int CeedQFunctionBuildKernel_Sycl(CeedQFunction qf);
12bd882c8aSJames Wright 
1317b5e52fSSebastian Grimberg #endif  // CEED_SYCL_QFUNCTION_LOAD_HPP
14