diff options
| author | Jonathan <[email protected]> | 2018-06-28 14:59:07 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-06-28 14:59:07 -0700 |
| commit | df58abd050457f062a2ecfe6202c85be5b939230 (patch) | |
| tree | e995f4f964ddf4ae511a56beeab0ed67d665001a /src/cuda-sim/ptx_ir.h | |
| parent | 87cc31c53123f918af3250085da72a3ab8361cf5 (diff) | |
dumps pointers by accessing global memory
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 1eb9d65..449d615 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) const; + void debug_param(std::map<unsigned long long, size_t> mallocPtr_Size, memory_space *param_mem, gpgpu_t* gpu) const; const struct gpgpu_ptx_sim_info* get_kernel_info () const { |
