diff options
| author | Jonathan <[email protected]> | 2018-07-18 17:14:41 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-07-18 17:14:41 -0700 |
| commit | 3a09960577b9c9cbcce8fedeef8874ccc533f378 (patch) | |
| tree | 30ca7bc274277ab3fc0b628ccddf2e2489844fa2 /src/cuda-sim/ptx_ir.h | |
| parent | 742919652e8c4bd3ac33248175bc7fca0e419227 (diff) | |
added c++filt that works better, param offset dumping, protection for failing system calls
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 e0b5e96..ef4cf48 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 ptx_jit_config(std::map<unsigned long long, size_t> mallocPtr_Size, memory_space *param_mem, gpgpu_t* gpu, dim3 gridDim, dim3 blockDim) const; + void ptx_jit_config(std::map<unsigned long long, size_t> mallocPtr_Size, memory_space *param_mem, gpgpu_t* gpu, dim3 gridDim, dim3 blockDim) ; const struct gpgpu_ptx_sim_info* get_kernel_info () const { |
