summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authoraamir <[email protected]>2018-07-21 19:21:30 -0700
committeraamir <[email protected]>2018-07-21 19:21:30 -0700
commitb3ad8abea43b7d1e8887f57d6e30c5a40cf752a6 (patch)
treef357a9786c9aa4eea28cbe5ed85cd6a929737cb0 /src/abstract_hardware_model.h
parente541026cfc0ee4be25e7093cb7ff3acfa3cbb6e7 (diff)
merging the changes of cutlass on negar tensorcore branch
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 e2e116e..7fe5d82 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)