diff options
| author | speverel <[email protected]> | 2016-06-07 14:24:24 -0700 |
|---|---|---|
| committer | speverel <[email protected]> | 2016-06-07 14:24:24 -0700 |
| commit | 7aeadc95cc50d266f93cdb3ada1c192d9b5a1046 (patch) | |
| tree | 8445ae73b991555e4c5f1ed5b97594d597dee9a6 /src | |
| parent | 8ed1522aede92bcafc60f69d7e03e6d48c44a86c (diff) | |
Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the maximum allowable memory to 2GB and the compute version to 5.2.
Diffstat (limited to 'src')
| -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 ba4ea29..b29f918 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -334,7 +334,7 @@ protected: std::deque<simt_stack_entry> m_stack; }; -#define GLOBAL_HEAP_START 0x80000000 +#define GLOBAL_HEAP_START 0x703E20000 // 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) |
