xref: /libCEED/rust/libceed-sys/c-src/backends/sycl-gen/ceed-sycl-gen-operator-build.hpp (revision 5aed82e4fa97acf4ba24a7f10a35f5303a6798e0)
1*5aed82e4SJeremy L Thompson // Copyright (c) 2017-2024, Lawrence Livermore National Security, LLC and other CEED contributors.
26ca0f394SUmesh Unnikrishnan // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
36ca0f394SUmesh Unnikrishnan //
46ca0f394SUmesh Unnikrishnan // SPDX-License-Identifier: BSD-2-Clause
56ca0f394SUmesh Unnikrishnan //
66ca0f394SUmesh Unnikrishnan // This file is part of CEED:  http://github.com/ceed
76ca0f394SUmesh Unnikrishnan 
817b5e52fSSebastian Grimberg #ifndef CEED_SYCL_GEN_OPERATOR_BUILD_HPP
917b5e52fSSebastian Grimberg #define CEED_SYCL_GEN_OPERATOR_BUILD_HPP
106ca0f394SUmesh Unnikrishnan 
116ca0f394SUmesh Unnikrishnan CEED_INTERN int BlockGridCalculate_Sycl_gen(const CeedInt dim, const CeedInt P_1d, const CeedInt Q_1d, CeedInt *block_sizes);
126ca0f394SUmesh Unnikrishnan CEED_INTERN int CeedOperatorBuildKernel_Sycl_gen(CeedOperator op);
136ca0f394SUmesh Unnikrishnan 
1417b5e52fSSebastian Grimberg #endif  // CEED_SYCL_GEN_OPERATOR_BUILD_HPP
15