diff options
| author | Tor Aamodt <[email protected]> | 2010-08-08 14:28:20 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-08 14:28:20 -0800 |
| commit | b26dda933fe84d54cad47762ae80be3acdfda91b (patch) | |
| tree | 7070b8b9f6d5d486a27ce9c81da22f763495b735 /src/gpgpu-sim | |
| parent | ef53bd94e416c74a3ea3b4d6240eb8f043e86e60 (diff) | |
refactoring: moving PTX parsing functions into ptx_parser.*
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7167]
Diffstat (limited to 'src/gpgpu-sim')
| -rw-r--r-- | src/gpgpu-sim/shader.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc index d3780a8..6cb83eb 100644 --- a/src/gpgpu-sim/shader.cc +++ b/src/gpgpu-sim/shader.cc @@ -222,7 +222,6 @@ extern int n_pdom_sc_single_stat; extern int gpgpu_cuda_sim; extern unsigned long long gpu_tot_sim_cycle; -extern unsigned g_max_regs_per_thread; void ptx_decode_inst( void *thd, unsigned *op, int *i1, int *i2, int *i3, int *i4, int *o1, int *o2, int *o3, int *o4, int *vectorin, int *vectorout, int *arch_reg ); void ptx_exec_inst( void *thd, address_type *addr, memory_space_t *space, unsigned *data_size, dram_callback_t* callback, unsigned warp_active_mask); void ptx_sim_free_sm( class ptx_thread_info** thread_info ); |
