Removed some old hack I used for benchmarking a while back

This commit is contained in:
jpekkila
2019-07-10 14:34:05 +03:00
parent 9af7193ffb
commit 866ec8a192
2 changed files with 5 additions and 4 deletions

View File

@@ -55,7 +55,6 @@ extern "C" {
#define REGISTERS_PER_THREAD (255)
#define MAX_REGISTERS_PER_BLOCK (65536)
#define MAX_THREADS_PER_BLOCK (1024)
#define NUM_ITERATIONS (10)
#define WARP_SIZE (32)
/*
* =============================================================================