![]() |
StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
|
#include <CL/sycl.hpp>
#include <boost/preprocessor/cat.hpp>
#include <cstdint>
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. | |
#define STENCIL_INDEX_WIDTH 64 |