xref: /libCEED/include/ceed/hip.h (revision a844dea220796cbbc78a50dfd25b11acf19c6e9c)
13d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
23d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
33d8e8822SJeremy L Thompson //
43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
53d8e8822SJeremy L Thompson //
63d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
7ec3da8bcSJed Brown 
8*a844dea2SJeremy L Thompson /// @file
9*a844dea2SJeremy L Thompson /// Public header for HIP utility components of libCEED
10*a844dea2SJeremy L Thompson #pragma once
11ec3da8bcSJed Brown 
1249aac155SJeremy L Thompson #include <ceed.h>
13ec3da8bcSJed Brown #include <hip/hip_runtime.h>
14ec3da8bcSJed Brown 
152b730f8bSJeremy L Thompson CEED_EXTERN int CeedQFunctionSetHIPUserFunction(CeedQFunction qf, hipFunction_t f);
16