fixed barrier bug

This commit is contained in:
felsabbagh3
2019-03-19 00:56:36 -04:00
parent ee0d8a0f55
commit 936b98bfb5
8 changed files with 410 additions and 334 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 32
#define NUM_COLS 16
#define NUM_ROWS 16
#define NUM_COLS 32
#define NUM_ROWS 32
void initialize_mats()
{