diff options
| author | Tor Aamodt <[email protected]> | 2010-08-30 11:05:15 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-30 11:05:15 -0800 |
| commit | bb820c116764d7a1b8e071137d32b74e7f34dd2f (patch) | |
| tree | 313d6794087adc13490963b1f847bcc88ccdc0dd /src/cuda-sim/cuda-sim.h | |
| parent | 80e1b49ff823190d0316623d414a343575c93eae (diff) | |
integrating CL 7421-7434 from fermi-test
this integrates the ptxplus functional model changes, but has only been
verified with CUDA 3.1 PTX regressions (which pass)
still need to verify ptxplus itself is working in this branch
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7435]
Diffstat (limited to 'src/cuda-sim/cuda-sim.h')
| -rw-r--r-- | src/cuda-sim/cuda-sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/cuda-sim.h b/src/cuda-sim/cuda-sim.h index 6f931fc..d7d3f8a 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -20,6 +20,7 @@ extern std::map<std::string,function_info*> *g_kernel_name_to_function_lookup; extern void ** g_inst_classification_stat; extern void ** g_inst_op_classification_stat; extern int g_ptx_kernel_count; // used for classification stat collection purposes +extern FILE* ptx_inst_debug_file; extern void gpgpu_cuda_ptx_sim_init_grid( const char *kernel_key, |
