summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-04-11 15:43:49 -0400
committertgrogers <[email protected]>2018-04-11 15:43:49 -0400
commit35eb8dfa699df3bd5526d8d659ffd754d54880cc (patch)
treebf65659a4cf398d450dc8d9127377d642219319e /src/abstract_hardware_model.h
parent913c8934d89068ea96729b238a42879d2e02e7f4 (diff)
parent2221d208a745a098a60b0d24c05007e92aaba092 (diff)
Merge remote-tracking branch 'upstream/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 aaa4b00..7125b6b 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -383,7 +383,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)