mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 22:07:41 -04:00
fixed all build warnings
This commit is contained in:
parent
81745f08c9
commit
31f906f9fd
42 changed files with 497 additions and 509 deletions
|
@ -116,11 +116,11 @@ if args.outc != 'none':
|
|||
|
||||
#define THREADS_PER_WARP NUM_THREADS
|
||||
#define WARPS_PER_CORE NUM_WARPS
|
||||
#define NUMBER_WI (NUM_WARPS * NUM_THREADS * NUMBER_CORES_PER_CLUSTER * NUMBER_CLUSTERS)
|
||||
#define NUM_WI (NUM_WARPS * NUM_THREADS * NUM_CORES_PER_CLUSTER * NUM_CLUSTERS)
|
||||
|
||||
// legacy
|
||||
#define TOTAL_THREADS NUMBER_WI
|
||||
#define TOTAL_WARPS (NUM_WARPS * NUMBER_CORES_PER_CLUSTER * NUMBER_CLUSTERS)
|
||||
#define TOTAL_THREADS NUM_WI
|
||||
#define TOTAL_WARPS (NUM_WARPS * NUM_CORES_PER_CLUSTER * NUM_CLUSTERS)
|
||||
|
||||
// COLORS
|
||||
#define GREEN "\\033[32m"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue