xref: /libCEED/include/ceed/jit-source/hip/hip-jit.h (revision d4cc18453651bd0f94c1a2e078b2646a92dafdcc) !
1*9ba83ac0SJeremy L Thompson // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2c9c2c079SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3c9c2c079SJeremy L Thompson //
4c9c2c079SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
5c9c2c079SJeremy L Thompson //
6c9c2c079SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
7c9c2c079SJeremy L Thompson 
8c9c2c079SJeremy L Thompson /// @file
9c9c2c079SJeremy L Thompson /// Internal header for HIP backend macro and type definitions for JiT source
10c9c2c079SJeremy L Thompson 
11c9c2c079SJeremy L Thompson #define CEED_QFUNCTION(name) inline __device__ int name
12c9c2c079SJeremy L Thompson #define CEED_QFUNCTION_HELPER inline __device__
13c9c2c079SJeremy L Thompson #define CeedPragmaSIMD
14c9c2c079SJeremy L Thompson #define CEED_Q_VLA 1
15c9c2c079SJeremy L Thompson 
169e201c85SYohann #include "hip-types.h"
17