diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-11 10:45:22 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-11 10:45:22 -0400 |
| commit | bfd493e03d52def57152bc9195c88eef8d0a2580 (patch) | |
| tree | 721021f6a4adf7a296d282c0815c1d83439e4eee /src/cuda-sim/ptx_loader.h | |
| parent | 5ac9a28382becfdfafba744857f7fb56469440d1 (diff) | |
Remove standalone extern no_of_ptx
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_loader.h')
| -rw-r--r-- | src/cuda-sim/ptx_loader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cuda-sim/ptx_loader.h b/src/cuda-sim/ptx_loader.h index 5a468da..d8f1cbc 100644 --- a/src/cuda-sim/ptx_loader.h +++ b/src/cuda-sim/ptx_loader.h @@ -49,6 +49,4 @@ class ptxinfo_data{ char* gpgpu_ptx_sim_convert_ptx_and_sass_to_ptxplus(const std::string ptx_str, const std::string sass_str, const std::string elf_str); }; -extern int no_of_ptx; //counter to track number of ptx files to be extracted in an application. - #endif |
