xref: /libCEED/rust/libceed-sys/c-src/backends/ceed-backend-list-magma.h (revision b1c579f084fff6512b7ecdc5f1776714eaea68ae)
1*9569b36aSJeremy L Thompson // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2*9569b36aSJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3*9569b36aSJeremy L Thompson //
4*9569b36aSJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
5*9569b36aSJeremy L Thompson //
6*9569b36aSJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
7*9569b36aSJeremy L Thompson 
8*9569b36aSJeremy L Thompson // This header does not have guards because it is included multiple times.
9*9569b36aSJeremy L Thompson // This will be expanded inside CeedRegisterAll() to call each registration function.
10*9569b36aSJeremy L Thompson // This is also used to create weakly linked registration functions in `backends/weak/ceed-*-weak.c'.
11*9569b36aSJeremy L Thompson 
12*9569b36aSJeremy L Thompson CEED_BACKEND(CeedRegister_Magma, 2, "/gpu/cuda/magma", "/gpu/hip/magma")
13*9569b36aSJeremy L Thompson CEED_BACKEND(CeedRegister_Magma_Det, 2, "/gpu/cuda/magma/det", "/gpu/hip/magma/det")
14