summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_sim.cc
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-07-06 13:56:52 -0700
committersspenst <[email protected]>2016-07-06 13:56:52 -0700
commit35cf76f383ec8de6de901bbbcd8fb478f69e46e4 (patch)
tree41e13611e5d8c121202cefdb929306d77e5dc18c /src/cuda-sim/ptx_sim.cc
parentfa63d925c3d73d4c1dd7b27799d501c90917aa84 (diff)
Added sstarr memory, which works the same as shared memory
Diffstat (limited to 'src/cuda-sim/ptx_sim.cc')
-rw-r--r--src/cuda-sim/ptx_sim.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_sim.cc b/src/cuda-sim/ptx_sim.cc
index 09844ae..511e8d6 100644
--- a/src/cuda-sim/ptx_sim.cc
+++ b/src/cuda-sim/ptx_sim.cc
@@ -153,6 +153,7 @@ ptx_thread_info::ptx_thread_info( kernel_info_t &kernel )
m_last_memory_space = undefined_space;
m_branch_taken = 0;
m_shared_mem = NULL;
+ m_sstarr_mem = NULL;
m_cta_info = NULL;
m_local_mem = NULL;
m_symbol_table = NULL;