1bd882c8aSJames Wright // Copyright (c) 2017-2022, 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 8bd882c8aSJames Wright #ifndef _ceed_sycl_qfunction_load_hpp 9bd882c8aSJames Wright #define _ceed_sycl_qfunction_load_hpp 10bd882c8aSJames Wright 11*eb7e6cafSJeremy L Thompson CEED_INTERN int CeedQFunctionBuildKernel_Sycl(CeedQFunction qf); 12bd882c8aSJames Wright 13bd882c8aSJames Wright #endif // _ceed_sycl_qfunction_load_hpp 14