1 2 3 4 5 6 7 8
#pragma once #include <cstdint> template <typename T> struct MainMatrixPtrs { const T *__restrict__ data; uint32_t air_width; };