xref: /libCEED/backends/ceed-backend-list-ref.h (revision 53ee81eed7fe6a54158b819b478dad66ca478dc3)
1 // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3 //
4 // SPDX-License-Identifier: BSD-2-Clause
5 //
6 // This file is part of CEED:  http://github.com/ceed
7 
8 // This header does not have guards because it is included multiple times.
9 // This will be expanded inside CeedRegisterAll() to call each registration function.
10 // This is also used to create weakly linked registration functions in `backends/weak/ceed-*-weak.c'.
11 
12 CEED_BACKEND(CeedRegister_Ref, 1, "/cpu/self/ref/serial")
13 CEED_BACKEND(CeedRegister_Ref_Blocked, 1, "/cpu/self/ref/blocked")
14 CEED_BACKEND(CeedRegister_Opt_Blocked, 1, "/cpu/self/opt/blocked")
15 CEED_BACKEND(CeedRegister_Opt_Serial, 1, "/cpu/self/opt/serial")
16