summaryrefslogtreecommitdiff
path: root/lib/heterogenous/c++/common.hpp
blob: 789c876928c48517953cff75147a97a8fb014b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <forstio/codec/data.hpp>

namespace kel {
namespace lbm {
template<typename T, uint64_t D>
class super_block {
};

}
}