Before Scratchpad

This commit is contained in:
felsabbagh3
2019-04-05 17:56:05 -04:00
parent 719ed25213
commit 166b9ae48d
44 changed files with 79 additions and 4687 deletions

View File

@@ -5,10 +5,10 @@ unsigned x[1024] = {0};
unsigned y[1024] = {0};
unsigned z[1024] = {0};
#define MAT_DIM 16
#define MAT_DIM 8
#define NUM_COLS 16
#define NUM_ROWS 16
#define NUM_COLS 8
#define NUM_ROWS 8
void initialize_mats()
{