diff options
| author | Tor Aamodt <[email protected]> | 2010-07-17 18:15:43 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-07-17 18:15:43 -0800 |
| commit | 619c0c87fd18a9b34d2bbcf9eb2711bbe07b8d9a (patch) | |
| tree | d8afea007fc43cee93f3abba96ada9b0f4e998f8 /src/gpgpu-sim/gpu-sim.cc | |
| parent | 9a6215627d9e103037632c91e6bfbd028fd82caa (diff) | |
getting rid of void pointers for ptx_thread_info
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6874]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index d77d1e0..e7e5067 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -325,7 +325,7 @@ void icnt_init_grid(); void interconnect_stats(); void icnt_overal_stat(); unsigned ptx_sim_cta_size(); -unsigned ptx_sim_init_thread( void** thread_info, int sid, unsigned tid,unsigned threads_left,unsigned num_threads, core_t *core, unsigned hw_cta_id, unsigned hw_warp_id ); +unsigned ptx_sim_init_thread( ptx_thread_info** thread_info, int sid, unsigned tid,unsigned threads_left,unsigned num_threads, core_t *core, unsigned hw_cta_id, unsigned hw_warp_id ); void gpu_sim_loop( int grid_num ); |
