[language] added alignment metadata for variables

This commit is contained in:
Philippe Tillet
2019-06-29 13:58:46 -07:00
parent d8c3d58593
commit 9a86bc51e1
12 changed files with 3183 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ int main() {
int32_t BS = 32, F = 1024;
int32_t H = 32, W = 32;
int32_t C = 1024;
// random shifts
std::vector<int32_t> shift_h(C);
std::vector<int32_t> shift_w(C);