diff options
| author | Jonathan <[email protected]> | 2018-07-04 16:41:20 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-07-04 16:41:20 -0700 |
| commit | 7c4f9d7bff7b1725f3da6ddc8abf3f77a1cbe6f5 (patch) | |
| tree | fdb10fc6459a13cc8aa9634fc9134f6ef1569d23 /src/cuda-sim/ptx_ir.h | |
| parent | 1fddb06b153a3e5fbc255e89bb6861cce1319039 (diff) | |
dumps ptx kernels and scripts to launch all kernels
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 b29621c..e0b5e96 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, 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; const struct gpgpu_ptx_sim_info* get_kernel_info () const { |
