// Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors. // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. // // SPDX-License-Identifier: BSD-2-Clause // // This file is part of CEED: http://github.com/ceed // This header does not have guards because it is included multiple times. // This will be expanded inside CeedRegisterAll() to call each registration function. // This is also used to create weakly linked registration functions in `backends/weak/ceed-*-weak.c'. CEED_BACKEND(CeedRegister_Hip, 1, "/gpu/hip/ref") CEED_BACKEND(CeedRegister_Hip_Gen, 1, "/gpu/hip/gen") CEED_BACKEND(CeedRegister_Hip_Shared, 1, "/gpu/hip/shared")