summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/gpu-misc.h')
-rw-r--r--src/gpgpu-sim/gpu-misc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpgpu-sim/gpu-misc.h b/src/gpgpu-sim/gpu-misc.h
index 3d07d77..3b3cb4c 100644
--- a/src/gpgpu-sim/gpu-misc.h
+++ b/src/gpgpu-sim/gpu-misc.h
@@ -79,14 +79,6 @@
#define ispowerof2(x) ((((x) - 1) & (x)) == 0)
#define powerof2(x) (1 << (x))
-
-enum mem_space { //used for cudasim
- SHARED_SPACE,
- CONST_SPACE,
- GLOBAL_SPACE,
- LOCAL_SPACE,
- TEX_SPACE
-};
//enables a verbose printout of all L1 cache misses and all MSHR status changes
//good for a single shader configuration
#define DEBUGL1MISS 0