diff options
| author | Tor Aamodt <[email protected]> | 2010-10-03 21:07:58 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-03 21:07:58 -0800 |
| commit | cd88d9b8dad58a40f0d5680e8386190472e607a3 (patch) | |
| tree | fb00ee1942c671313840143f07d283542df7aaa7 /src/gpgpusim_entrypoint.h | |
| parent | dda377ce2854d0e65f7f6531f6eb6b398bbbf888 (diff) | |
moving some CUDA API centric code to cuda_runtime_api.cc
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7811]
Diffstat (limited to 'src/gpgpusim_entrypoint.h')
| -rw-r--r-- | src/gpgpusim_entrypoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpusim_entrypoint.h b/src/gpgpusim_entrypoint.h index 22b82f2..f77a906 100644 --- a/src/gpgpusim_entrypoint.h +++ b/src/gpgpusim_entrypoint.h @@ -72,7 +72,7 @@ extern time_t g_simulation_starttime; class gpgpu_sim *gpgpu_ptx_sim_init_perf(); -int gpgpu_cuda_ptx_sim_main_perf( const char *kernel_key, +int gpgpu_cuda_ptx_sim_main_perf( kernel_info_t grid, struct dim3 gridDim, struct dim3 blockDim, gpgpu_ptx_sim_arg_list_t grid_params ); |
