Sim Work miss

This commit is contained in:
felsabbagh3
2019-05-18 23:42:55 +04:00
parent 8995267cd3
commit d7afef04a9
40 changed files with 2642 additions and 10382 deletions

View File

@@ -5,8 +5,8 @@
#define SIZE 50
#define WARPS 7
#define SIZE 100
#define WARPS 8
typedef struct Job_t
@@ -31,7 +31,7 @@ typedef struct Queue_t
} Queue;
Queue q[8];
Queue q[64];
void queue_initialize(Queue *);