Skip to content

Commit

Permalink
Default Mode Info Print
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritigowda committed Aug 1, 2017
1 parent 58395aa commit 934fd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RTG-scheduler/include/RTGS.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include <assert.h>
#include <stdint.h>

#define DEBUG_MESSAGES 0 // debug messages
#define DEBUG_INFO 0 // detailed debug messages
#define DEBUG_INFO 1 // debug mode information
#define DEBUG_MESSAGES 0 // detailed debug messages

#define MAX_GPU_PROCESSOR 14 // total streaming multi-processors available on the GPU
#define MAX_KERNELS 100 // max Kernels needed to be scheduled
Expand Down

0 comments on commit 934fd2a

Please sign in to comment.