diff options
| author | Tor Aamodt <[email protected]> | 2018-03-28 14:37:43 -0700 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2018-03-28 14:37:43 -0700 |
| commit | 635366fe3e9b596318647b9c5bcdd546c522d52a (patch) | |
| tree | b64f6bc12df0785271f73ddc805c1e2b05db0f1c /src/abstract_hardware_model.h | |
| parent | 268614ac4ab6ec8aec2e8e9bcc6357550e4eb608 (diff) | |
fix compile errors on Ubuntu LTS 16.04
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
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) |
