summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.h
diff options
context:
space:
mode:
authorJonathan <[email protected]>2018-07-04 12:52:42 -0700
committerJonathan <[email protected]>2018-07-04 12:52:42 -0700
commit1fddb06b153a3e5fbc255e89bb6861cce1319039 (patch)
tree79db980c3571e1ca1abefafbfafbe6cdb038255b /src/cuda-sim/ptx_ir.h
parent2dfdeafc0c4dbc82cfaa8d22c5a5dcc303568a34 (diff)
dump and load block and grid size and launch
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
-rw-r--r--src/cuda-sim/ptx_ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h
index 449d615..b29621c 100644
--- a/src/cuda-sim/ptx_ir.h
+++ b/src/cuda-sim/ptx_ir.h
@@ -1257,7 +1257,7 @@ public:
void finalize( memory_space *param_mem );
void param_to_shared( memory_space *shared_mem, symbol_table *symtab );
void list_param( FILE *fout ) const;
- void debug_param(std::map<unsigned long long, size_t> mallocPtr_Size, memory_space *param_mem, gpgpu_t* gpu) const;
+ void debug_param(std::map<unsigned long long, size_t> mallocPtr_Size, memory_space *param_mem, gpgpu_t* gpu, dim3 gridDim, dim3 blockDim) const;
const struct gpgpu_ptx_sim_info* get_kernel_info () const
{