xref: /libCEED/rust/libceed-sys/c-src/include/ceed/cuda.h (revision 2b730f8b5a9c809740a0b3b302db43a719c636b1)
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 
8ec3da8bcSJed Brown #ifndef _ceed_cuda_h
9ec3da8bcSJed Brown #define _ceed_cuda_h
10ec3da8bcSJed Brown 
11ec3da8bcSJed Brown #include <ceed/ceed.h>
12ec3da8bcSJed Brown #include <cuda.h>
13ec3da8bcSJed Brown 
14*2b730f8bSJeremy L Thompson CEED_EXTERN int CeedQFunctionSetCUDAUserFunction(CeedQFunction qf, CUfunction f);
15ec3da8bcSJed Brown 
16ec3da8bcSJed Brown #endif
17