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/cuda-sim/ptx_ir.cc | |
| 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/cuda-sim/ptx_ir.cc')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index fd51de5..2d63227 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -1206,15 +1206,6 @@ void function_info::print_insn( unsigned pc, FILE * fp ) const } } -extern "C" int ptx_parse(); -extern "C" int ptx__scan_string(const char*); -extern "C" FILE *ptx_in; - -extern "C" const char *g_ptxinfo_filename; -extern "C" int ptxinfo_parse(); -extern "C" int ptxinfo_debug; -extern "C" FILE *ptxinfo_in; - void gpgpu_ptx_assemble( std::string kname, void *kinfo ) { function_info *func_info = (function_info *)kinfo; |
