StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
Loading...
Searching...
No Matches
Namespaces | Macros | Typedefs
Index.hpp File Reference
#include <CL/sycl.hpp>
#include <boost/preprocessor/cat.hpp>
#include <cstdint>
Include dependency graph for Index.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  stencil
 

Macros

#define STENCIL_INDEX_WIDTH   64
 

Typedefs

using stencil::uindex_t = BOOST_PP_CAT(BOOST_PP_CAT(uint, STENCIL_INDEX_WIDTH), _t)
 An unsigned integer of configurable width.
 
using stencil::index_t = BOOST_PP_CAT(BOOST_PP_CAT(int, STENCIL_INDEX_WIDTH), _t)
 A signed integer of configurable width.
 

Macro Definition Documentation

◆ STENCIL_INDEX_WIDTH

#define STENCIL_INDEX_WIDTH   64