summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2018-03-29 09:17:43 -0700
committerTor Aamodt <[email protected]>2018-03-29 09:17:43 -0700
commit305c6bc0b3095564baca0d3592749de74d598022 (patch)
treec1de5f5c691575cddadcbd0fe61e2502b361ea85 /src/abstract_hardware_model.h
parent24dc02cd1c46ff304fe7d8717c60c24c4b257785 (diff)
parent2221d208a745a098a60b0d24c05007e92aaba092 (diff)
Merge remote-tracking branch 'public_gpgpusim/dev' into dev
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 67b36c7..f5708bc 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -386,7 +386,7 @@ protected:
std::deque<simt_stack_entry> m_stack;
};
-#define GLOBAL_HEAP_START 0x703E20000
+#define GLOBAL_HEAP_START 0xC0000000
// start allocating from this address (lower values used for allocating globals in .ptx file)
#define SHARED_MEM_SIZE_MAX (64*1024)
#define LOCAL_MEM_SIZE_MAX (8*1024)