Set default to 4cores/8barriers in VX_config.{h,vh}
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NUM_CORES
|
#ifndef NUM_CORES
|
||||||
#define NUM_CORES 2
|
#define NUM_CORES 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NUM_WARPS
|
#ifndef NUM_WARPS
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NUM_BARRIERS
|
#ifndef NUM_BARRIERS
|
||||||
#define NUM_BARRIERS 4
|
#define NUM_BARRIERS 8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SOCKET_SIZE
|
#ifndef SOCKET_SIZE
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
`endif
|
`endif
|
||||||
|
|
||||||
`ifndef NUM_CORES
|
`ifndef NUM_CORES
|
||||||
`define NUM_CORES 2
|
`define NUM_CORES 4
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
`ifndef NUM_WARPS
|
`ifndef NUM_WARPS
|
||||||
|
|||||||
Reference in New Issue
Block a user