diff options
Diffstat (limited to 'lib/heterogenous/c++/common.hpp')
| -rw-r--r-- | lib/heterogenous/c++/common.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/heterogenous/c++/common.hpp b/lib/heterogenous/c++/common.hpp new file mode 100644 index 0000000..789c876 --- /dev/null +++ b/lib/heterogenous/c++/common.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include <forstio/codec/data.hpp> + +namespace kel { +namespace lbm { +template<typename T, uint64_t D> +class super_block { +}; + +} +} |
