diff options
| author | sspenst <[email protected]> | 2016-07-06 13:56:52 -0700 |
|---|---|---|
| committer | sspenst <[email protected]> | 2016-07-06 13:56:52 -0700 |
| commit | 35cf76f383ec8de6de901bbbcd8fb478f69e46e4 (patch) | |
| tree | 41e13611e5d8c121202cefdb929306d77e5dc18c /cuobjdump_to_ptxplus | |
| parent | fa63d925c3d73d4c1dd7b27799d501c90917aa84 (diff) | |
Added sstarr memory, which works the same as shared memory
Diffstat (limited to 'cuobjdump_to_ptxplus')
| -rw-r--r-- | cuobjdump_to_ptxplus/ptx_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cuobjdump_to_ptxplus/ptx_parser.h b/cuobjdump_to_ptxplus/ptx_parser.h index 1c96b46..22377b2 100644 --- a/cuobjdump_to_ptxplus/ptx_parser.h +++ b/cuobjdump_to_ptxplus/ptx_parser.h @@ -58,6 +58,7 @@ enum _memory_space_t { reg_space, local_space, shared_space, + sstarr_space, param_space_unclassified, param_space_kernel, /* global to all threads in a kernel : read-only */ param_space_local, /* local to a thread : read-writable */ |
